Skip to content

Commit ee52bda

Browse files
committed
Exec: bundle update rails
Rails 7.0.3, 6.1.6, 6.0.5, and 5.2.8 have been released! (May 9th, 2022) https://rubyonrails.org/2022/5/9/Rails-7-0-3-6-1-6-6-0-5-and-5-2-8-have-been-released
1 parent 23bb452 commit ee52bda

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

Gemfile.lock

Lines changed: 37 additions & 37 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.1)
5-
actionpack (= 5.2.7.1)
4+
actioncable (5.2.8)
5+
actionpack (= 5.2.8)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.7.1)
9-
actionpack (= 5.2.7.1)
10-
actionview (= 5.2.7.1)
11-
activejob (= 5.2.7.1)
8+
actionmailer (5.2.8)
9+
actionpack (= 5.2.8)
10+
actionview (= 5.2.8)
11+
activejob (= 5.2.8)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.7.1)
15-
actionview (= 5.2.7.1)
16-
activesupport (= 5.2.7.1)
14+
actionpack (5.2.8)
15+
actionview (= 5.2.8)
16+
activesupport (= 5.2.8)
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.1)
22-
activesupport (= 5.2.7.1)
21+
actionview (5.2.8)
22+
activesupport (= 5.2.8)
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.1)
28-
activesupport (= 5.2.7.1)
27+
activejob (5.2.8)
28+
activesupport (= 5.2.8)
2929
globalid (>= 0.3.6)
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)
30+
activemodel (5.2.8)
31+
activesupport (= 5.2.8)
32+
activerecord (5.2.8)
33+
activemodel (= 5.2.8)
34+
activesupport (= 5.2.8)
3535
arel (>= 9.0)
36-
activestorage (5.2.7.1)
37-
actionpack (= 5.2.7.1)
38-
activerecord (= 5.2.7.1)
36+
activestorage (5.2.8)
37+
actionpack (= 5.2.8)
38+
activerecord (= 5.2.8)
3939
marcel (~> 1.0.0)
40-
activesupport (5.2.7.1)
40+
activesupport (5.2.8)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -234,7 +234,7 @@ GEM
234234
net-http-persistent (2.9.4)
235235
net-http-pipeline (1.0.1)
236236
nio4r (2.5.8)
237-
nokogiri (1.13.4)
237+
nokogiri (1.13.6)
238238
mini_portile2 (~> 2.8.0)
239239
racc (~> 1.4)
240240
os (1.1.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.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)
279+
rails (5.2.8)
280+
actioncable (= 5.2.8)
281+
actionmailer (= 5.2.8)
282+
actionpack (= 5.2.8)
283+
actionview (= 5.2.8)
284+
activejob (= 5.2.8)
285+
activemodel (= 5.2.8)
286+
activerecord (= 5.2.8)
287+
activestorage (= 5.2.8)
288+
activesupport (= 5.2.8)
289289
bundler (>= 1.3.0)
290-
railties (= 5.2.7.1)
290+
railties (= 5.2.8)
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.1)
302-
actionpack (= 5.2.7.1)
303-
activesupport (= 5.2.7.1)
301+
railties (5.2.8)
302+
actionpack (= 5.2.8)
303+
activesupport (= 5.2.8)
304304
method_source
305305
rake (>= 0.8.7)
306306
thor (>= 0.19.0, < 2.0)

0 commit comments

Comments
 (0)