Skip to content

Commit d2cea4e

Browse files
committed
Update Rails: v5.2.7 -> v5.2.7.1
cf. Rails 5.2.7.1 have been released! - April 26, 2022 https://rubyonrails.org/2022/4/26/Rails-7-0-2-4-6-1-5-1-6-0-4-8-and-5-2-7-1-have-been-released
1 parent e8ff75d commit d2cea4e

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Gemfile.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.7)
5-
actionpack (= 5.2.7)
4+
actioncable (5.2.7.1)
5+
actionpack (= 5.2.7.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.7)
9-
actionpack (= 5.2.7)
10-
actionview (= 5.2.7)
11-
activejob (= 5.2.7)
8+
actionmailer (5.2.7.1)
9+
actionpack (= 5.2.7.1)
10+
actionview (= 5.2.7.1)
11+
activejob (= 5.2.7.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.7)
15-
actionview (= 5.2.7)
16-
activesupport (= 5.2.7)
14+
actionpack (5.2.7.1)
15+
actionview (= 5.2.7.1)
16+
activesupport (= 5.2.7.1)
1717
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.7)
22-
activesupport (= 5.2.7)
21+
actionview (5.2.7.1)
22+
activesupport (= 5.2.7.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.7)
28-
activesupport (= 5.2.7)
27+
activejob (5.2.7.1)
28+
activesupport (= 5.2.7.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.7)
31-
activesupport (= 5.2.7)
32-
activerecord (5.2.7)
33-
activemodel (= 5.2.7)
34-
activesupport (= 5.2.7)
30+
activemodel (5.2.7.1)
31+
activesupport (= 5.2.7.1)
32+
activerecord (5.2.7.1)
33+
activemodel (= 5.2.7.1)
34+
activesupport (= 5.2.7.1)
3535
arel (>= 9.0)
36-
activestorage (5.2.7)
37-
actionpack (= 5.2.7)
38-
activerecord (= 5.2.7)
36+
activestorage (5.2.7.1)
37+
actionpack (= 5.2.7.1)
38+
activerecord (= 5.2.7.1)
3939
marcel (~> 1.0.0)
40-
activesupport (5.2.7)
40+
activesupport (5.2.7.1)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -91,7 +91,7 @@ GEM
9191
coffee-script-source
9292
execjs
9393
coffee-script-source (1.12.2)
94-
concurrent-ruby (1.1.9)
94+
concurrent-ruby (1.1.10)
9595
connection_pool (2.2.5)
9696
crass (1.0.6)
9797
debug_inspector (1.1.0)
@@ -214,7 +214,7 @@ GEM
214214
listen (3.6.0)
215215
rb-fsevent (~> 0.10, >= 0.10.3)
216216
rb-inotify (~> 0.9, >= 0.9.10)
217-
loofah (2.14.0)
217+
loofah (2.17.0)
218218
crass (~> 1.0.2)
219219
nokogiri (>= 1.5.9)
220220
mail (2.7.1)
@@ -276,18 +276,18 @@ GEM
276276
rack-user_agent (0.5.2)
277277
rack (>= 1.5)
278278
woothee (>= 1.0.0)
279-
rails (5.2.7)
280-
actioncable (= 5.2.7)
281-
actionmailer (= 5.2.7)
282-
actionpack (= 5.2.7)
283-
actionview (= 5.2.7)
284-
activejob (= 5.2.7)
285-
activemodel (= 5.2.7)
286-
activerecord (= 5.2.7)
287-
activestorage (= 5.2.7)
288-
activesupport (= 5.2.7)
279+
rails (5.2.7.1)
280+
actioncable (= 5.2.7.1)
281+
actionmailer (= 5.2.7.1)
282+
actionpack (= 5.2.7.1)
283+
actionview (= 5.2.7.1)
284+
activejob (= 5.2.7.1)
285+
activemodel (= 5.2.7.1)
286+
activerecord (= 5.2.7.1)
287+
activestorage (= 5.2.7.1)
288+
activesupport (= 5.2.7.1)
289289
bundler (>= 1.3.0)
290-
railties (= 5.2.7)
290+
railties (= 5.2.7.1)
291291
sprockets-rails (>= 2.0.0)
292292
rails-controller-testing (1.0.5)
293293
actionpack (>= 5.0.1.rc1)
@@ -298,9 +298,9 @@ GEM
298298
nokogiri (>= 1.6)
299299
rails-html-sanitizer (1.2.0)
300300
loofah (~> 2.2, >= 2.2.2)
301-
railties (5.2.7)
302-
actionpack (= 5.2.7)
303-
activesupport (= 5.2.7)
301+
railties (5.2.7.1)
302+
actionpack (= 5.2.7.1)
303+
activesupport (= 5.2.7.1)
304304
method_source
305305
rake (>= 0.8.7)
306306
thor (>= 0.19.0, < 2.0)

0 commit comments

Comments
 (0)