Skip to content

Commit 8ff25ba

Browse files
Bump rails from 6.1.5.1 to 6.1.6 in /gemfiles/rails_61 (activeadmin#7486)
Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.5.1...v6.1.6) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14b8b6b commit 8ff25ba

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

gemfiles/rails_61/Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -14,69 +14,69 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
actioncable (6.1.5.1)
18-
actionpack (= 6.1.5.1)
19-
activesupport (= 6.1.5.1)
17+
actioncable (6.1.6)
18+
actionpack (= 6.1.6)
19+
activesupport (= 6.1.6)
2020
nio4r (~> 2.0)
2121
websocket-driver (>= 0.6.1)
22-
actionmailbox (6.1.5.1)
23-
actionpack (= 6.1.5.1)
24-
activejob (= 6.1.5.1)
25-
activerecord (= 6.1.5.1)
26-
activestorage (= 6.1.5.1)
27-
activesupport (= 6.1.5.1)
22+
actionmailbox (6.1.6)
23+
actionpack (= 6.1.6)
24+
activejob (= 6.1.6)
25+
activerecord (= 6.1.6)
26+
activestorage (= 6.1.6)
27+
activesupport (= 6.1.6)
2828
mail (>= 2.7.1)
29-
actionmailer (6.1.5.1)
30-
actionpack (= 6.1.5.1)
31-
actionview (= 6.1.5.1)
32-
activejob (= 6.1.5.1)
33-
activesupport (= 6.1.5.1)
29+
actionmailer (6.1.6)
30+
actionpack (= 6.1.6)
31+
actionview (= 6.1.6)
32+
activejob (= 6.1.6)
33+
activesupport (= 6.1.6)
3434
mail (~> 2.5, >= 2.5.4)
3535
rails-dom-testing (~> 2.0)
36-
actionpack (6.1.5.1)
37-
actionview (= 6.1.5.1)
38-
activesupport (= 6.1.5.1)
36+
actionpack (6.1.6)
37+
actionview (= 6.1.6)
38+
activesupport (= 6.1.6)
3939
rack (~> 2.0, >= 2.0.9)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.0)
4242
rails-html-sanitizer (~> 1.0, >= 1.2.0)
43-
actiontext (6.1.5.1)
44-
actionpack (= 6.1.5.1)
45-
activerecord (= 6.1.5.1)
46-
activestorage (= 6.1.5.1)
47-
activesupport (= 6.1.5.1)
43+
actiontext (6.1.6)
44+
actionpack (= 6.1.6)
45+
activerecord (= 6.1.6)
46+
activestorage (= 6.1.6)
47+
activesupport (= 6.1.6)
4848
nokogiri (>= 1.8.5)
49-
actionview (6.1.5.1)
50-
activesupport (= 6.1.5.1)
49+
actionview (6.1.6)
50+
activesupport (= 6.1.6)
5151
builder (~> 3.1)
5252
erubi (~> 1.4)
5353
rails-dom-testing (~> 2.0)
5454
rails-html-sanitizer (~> 1.1, >= 1.2.0)
55-
activejob (6.1.5.1)
56-
activesupport (= 6.1.5.1)
55+
activejob (6.1.6)
56+
activesupport (= 6.1.6)
5757
globalid (>= 0.3.6)
58-
activemodel (6.1.5.1)
59-
activesupport (= 6.1.5.1)
58+
activemodel (6.1.6)
59+
activesupport (= 6.1.6)
6060
activemodel-serializers-xml (1.0.2)
6161
activemodel (> 5.x)
6262
activesupport (> 5.x)
6363
builder (~> 3.1)
64-
activerecord (6.1.5.1)
65-
activemodel (= 6.1.5.1)
66-
activesupport (= 6.1.5.1)
64+
activerecord (6.1.6)
65+
activemodel (= 6.1.6)
66+
activesupport (= 6.1.6)
6767
activerecord-jdbc-adapter (61.0-java)
6868
activerecord (~> 6.1.0)
6969
activerecord-jdbcsqlite3-adapter (61.0-java)
7070
activerecord-jdbc-adapter (= 61.0)
7171
jdbc-sqlite3 (~> 3.8, < 3.30)
72-
activestorage (6.1.5.1)
73-
actionpack (= 6.1.5.1)
74-
activejob (= 6.1.5.1)
75-
activerecord (= 6.1.5.1)
76-
activesupport (= 6.1.5.1)
72+
activestorage (6.1.6)
73+
actionpack (= 6.1.6)
74+
activejob (= 6.1.6)
75+
activerecord (= 6.1.6)
76+
activesupport (= 6.1.6)
7777
marcel (~> 1.0)
7878
mini_mime (>= 1.1.0)
79-
activesupport (6.1.5.1)
79+
activesupport (6.1.6)
8080
concurrent-ruby (~> 1.0, >= 1.0.2)
8181
i18n (>= 1.6, < 2)
8282
minitest (>= 5.1)
@@ -348,20 +348,20 @@ GEM
348348
rack (2.2.3)
349349
rack-test (1.1.0)
350350
rack (>= 1.0, < 3)
351-
rails (6.1.5.1)
352-
actioncable (= 6.1.5.1)
353-
actionmailbox (= 6.1.5.1)
354-
actionmailer (= 6.1.5.1)
355-
actionpack (= 6.1.5.1)
356-
actiontext (= 6.1.5.1)
357-
actionview (= 6.1.5.1)
358-
activejob (= 6.1.5.1)
359-
activemodel (= 6.1.5.1)
360-
activerecord (= 6.1.5.1)
361-
activestorage (= 6.1.5.1)
362-
activesupport (= 6.1.5.1)
351+
rails (6.1.6)
352+
actioncable (= 6.1.6)
353+
actionmailbox (= 6.1.6)
354+
actionmailer (= 6.1.6)
355+
actionpack (= 6.1.6)
356+
actiontext (= 6.1.6)
357+
actionview (= 6.1.6)
358+
activejob (= 6.1.6)
359+
activemodel (= 6.1.6)
360+
activerecord (= 6.1.6)
361+
activestorage (= 6.1.6)
362+
activesupport (= 6.1.6)
363363
bundler (>= 1.15.0)
364-
railties (= 6.1.5.1)
364+
railties (= 6.1.6)
365365
sprockets-rails (>= 2.0.0)
366366
rails-dom-testing (2.0.3)
367367
activesupport (>= 4.2.0)
@@ -371,9 +371,9 @@ GEM
371371
rails-i18n (7.0.3)
372372
i18n (>= 0.7, < 2)
373373
railties (>= 6.0.0, < 8)
374-
railties (6.1.5.1)
375-
actionpack (= 6.1.5.1)
376-
activesupport (= 6.1.5.1)
374+
railties (6.1.6)
375+
actionpack (= 6.1.6)
376+
activesupport (= 6.1.6)
377377
method_source
378378
rake (>= 12.2)
379379
thor (~> 1.0)

0 commit comments

Comments
 (0)