Skip to content

Commit b6b73c4

Browse files
authored
Merge pull request #761 from Fryguy/bump_rails
Bump rails to 6.1.7.10
2 parents 820ad85 + 8cd68d8 commit b6b73c4

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
plugin 'bundler-inject'
44
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
55

6-
gem 'rails', '~> 6.1.0', '>= 6.1.7.8'
6+
gem 'rails', '~> 6.1.0', '>= 6.1.7.10'
77

88
# Use PostgreSQL as the database for Active Record
99
gem 'pg'

Gemfile.lock

+59-58
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.9)
5-
actionpack (= 6.1.7.9)
6-
activesupport (= 6.1.7.9)
4+
actioncable (6.1.7.10)
5+
actionpack (= 6.1.7.10)
6+
activesupport (= 6.1.7.10)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.9)
10-
actionpack (= 6.1.7.9)
11-
activejob (= 6.1.7.9)
12-
activerecord (= 6.1.7.9)
13-
activestorage (= 6.1.7.9)
14-
activesupport (= 6.1.7.9)
9+
actionmailbox (6.1.7.10)
10+
actionpack (= 6.1.7.10)
11+
activejob (= 6.1.7.10)
12+
activerecord (= 6.1.7.10)
13+
activestorage (= 6.1.7.10)
14+
activesupport (= 6.1.7.10)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.9)
17-
actionpack (= 6.1.7.9)
18-
actionview (= 6.1.7.9)
19-
activejob (= 6.1.7.9)
20-
activesupport (= 6.1.7.9)
16+
actionmailer (6.1.7.10)
17+
actionpack (= 6.1.7.10)
18+
actionview (= 6.1.7.10)
19+
activejob (= 6.1.7.10)
20+
activesupport (= 6.1.7.10)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.9)
24-
actionview (= 6.1.7.9)
25-
activesupport (= 6.1.7.9)
23+
actionpack (6.1.7.10)
24+
actionview (= 6.1.7.10)
25+
activesupport (= 6.1.7.10)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.9)
31-
actionpack (= 6.1.7.9)
32-
activerecord (= 6.1.7.9)
33-
activestorage (= 6.1.7.9)
34-
activesupport (= 6.1.7.9)
30+
actiontext (6.1.7.10)
31+
actionpack (= 6.1.7.10)
32+
activerecord (= 6.1.7.10)
33+
activestorage (= 6.1.7.10)
34+
activesupport (= 6.1.7.10)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.9)
37-
activesupport (= 6.1.7.9)
36+
actionview (6.1.7.10)
37+
activesupport (= 6.1.7.10)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.7.9)
43-
activesupport (= 6.1.7.9)
42+
activejob (6.1.7.10)
43+
activesupport (= 6.1.7.10)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.7.9)
46-
activesupport (= 6.1.7.9)
47-
activerecord (6.1.7.9)
48-
activemodel (= 6.1.7.9)
49-
activesupport (= 6.1.7.9)
50-
activestorage (6.1.7.9)
51-
actionpack (= 6.1.7.9)
52-
activejob (= 6.1.7.9)
53-
activerecord (= 6.1.7.9)
54-
activesupport (= 6.1.7.9)
45+
activemodel (6.1.7.10)
46+
activesupport (= 6.1.7.10)
47+
activerecord (6.1.7.10)
48+
activemodel (= 6.1.7.10)
49+
activesupport (= 6.1.7.10)
50+
activestorage (6.1.7.10)
51+
actionpack (= 6.1.7.10)
52+
activejob (= 6.1.7.10)
53+
activerecord (= 6.1.7.10)
54+
activesupport (= 6.1.7.10)
5555
marcel (~> 1.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.7.9)
57+
activesupport (6.1.7.10)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -76,7 +76,7 @@ GEM
7676
bigdecimal
7777
rexml
7878
crass (1.0.6)
79-
date (3.3.4)
79+
date (3.4.1)
8080
deep_merge (1.2.2)
8181
default_value_for (4.0.0)
8282
activerecord (>= 6.1, < 7.3)
@@ -175,7 +175,7 @@ GEM
175175
activesupport
176176
sync
177177
multipart-post (2.4.1)
178-
net-imap (0.4.17)
178+
net-imap (0.5.5)
179179
date
180180
net-protocol
181181
net-pop (0.1.2)
@@ -213,20 +213,20 @@ GEM
213213
rack (2.2.10)
214214
rack-test (2.1.0)
215215
rack (>= 1.3)
216-
rails (6.1.7.9)
217-
actioncable (= 6.1.7.9)
218-
actionmailbox (= 6.1.7.9)
219-
actionmailer (= 6.1.7.9)
220-
actionpack (= 6.1.7.9)
221-
actiontext (= 6.1.7.9)
222-
actionview (= 6.1.7.9)
223-
activejob (= 6.1.7.9)
224-
activemodel (= 6.1.7.9)
225-
activerecord (= 6.1.7.9)
226-
activestorage (= 6.1.7.9)
227-
activesupport (= 6.1.7.9)
216+
rails (6.1.7.10)
217+
actioncable (= 6.1.7.10)
218+
actionmailbox (= 6.1.7.10)
219+
actionmailer (= 6.1.7.10)
220+
actionpack (= 6.1.7.10)
221+
actiontext (= 6.1.7.10)
222+
actionview (= 6.1.7.10)
223+
activejob (= 6.1.7.10)
224+
activemodel (= 6.1.7.10)
225+
activerecord (= 6.1.7.10)
226+
activestorage (= 6.1.7.10)
227+
activesupport (= 6.1.7.10)
228228
bundler (>= 1.15.0)
229-
railties (= 6.1.7.9)
229+
railties (= 6.1.7.10)
230230
sprockets-rails (>= 2.0.0)
231231
rails-dom-testing (2.2.0)
232232
activesupport (>= 5.0.0)
@@ -235,9 +235,9 @@ GEM
235235
rails-html-sanitizer (1.6.0)
236236
loofah (~> 2.21)
237237
nokogiri (~> 1.14)
238-
railties (6.1.7.9)
239-
actionpack (= 6.1.7.9)
240-
activesupport (= 6.1.7.9)
238+
railties (6.1.7.10)
239+
actionpack (= 6.1.7.10)
240+
activesupport (= 6.1.7.10)
241241
method_source
242242
rake (>= 12.2)
243243
thor (~> 1.0)
@@ -351,7 +351,7 @@ GEM
351351
thor (1.3.2)
352352
tilt (2.4.0)
353353
timecop (0.9.10)
354-
timeout (0.4.1)
354+
timeout (0.4.3)
355355
turbolinks (5.2.1)
356356
turbolinks-source (~> 5.2)
357357
turbolinks-source (5.2.0)
@@ -362,7 +362,8 @@ GEM
362362
addressable (>= 2.8.0)
363363
crack (>= 0.3.2)
364364
hashdiff (>= 0.4.0, < 2.0.0)
365-
websocket-driver (0.7.6)
365+
websocket-driver (0.7.7)
366+
base64
366367
websocket-extensions (>= 0.1.0)
367368
websocket-extensions (0.1.5)
368369
zeitwerk (2.6.18)
@@ -391,7 +392,7 @@ DEPENDENCIES
391392
octokit (~> 4.25.0)
392393
pg
393394
puma
394-
rails (~> 6.1.0, >= 6.1.7.8)
395+
rails (~> 6.1.0, >= 6.1.7.10)
395396
rspec
396397
rspec-rails
397398
rugged

0 commit comments

Comments
 (0)