Skip to content

Commit 4a6410e

Browse files
Bump the rails_default group with 4 updates (#945)
Bumps the rails_default group with 4 updates: [rails](https://github.com/rails/rails), [rubocop](https://github.com/rubocop/rubocop), [actionpack](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). Updates `rails` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.1.2...v7.2.2) Updates `rubocop` from 1.67.0 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.67.0...v1.68.0) Updates `actionpack` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.2) Updates `railties` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/railties/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rails_default - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dd54b7 commit 4a6410e

File tree

1 file changed

+61
-59
lines changed

1 file changed

+61
-59
lines changed

Gemfile.lock

Lines changed: 61 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.2.1.2)
14-
actionpack (= 7.2.1.2)
15-
activesupport (= 7.2.1.2)
13+
actioncable (7.2.2)
14+
actionpack (= 7.2.2)
15+
activesupport (= 7.2.2)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.2.1.2)
20-
actionpack (= 7.2.1.2)
21-
activejob (= 7.2.1.2)
22-
activerecord (= 7.2.1.2)
23-
activestorage (= 7.2.1.2)
24-
activesupport (= 7.2.1.2)
19+
actionmailbox (7.2.2)
20+
actionpack (= 7.2.2)
21+
activejob (= 7.2.2)
22+
activerecord (= 7.2.2)
23+
activestorage (= 7.2.2)
24+
activesupport (= 7.2.2)
2525
mail (>= 2.8.0)
26-
actionmailer (7.2.1.2)
27-
actionpack (= 7.2.1.2)
28-
actionview (= 7.2.1.2)
29-
activejob (= 7.2.1.2)
30-
activesupport (= 7.2.1.2)
26+
actionmailer (7.2.2)
27+
actionpack (= 7.2.2)
28+
actionview (= 7.2.2)
29+
activejob (= 7.2.2)
30+
activesupport (= 7.2.2)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.1.2)
34-
actionview (= 7.2.1.2)
35-
activesupport (= 7.2.1.2)
33+
actionpack (7.2.2)
34+
actionview (= 7.2.2)
35+
activesupport (= 7.2.2)
3636
nokogiri (>= 1.8.5)
3737
racc
3838
rack (>= 2.2.4, < 3.2)
@@ -41,36 +41,37 @@ GEM
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (7.2.1.2)
45-
actionpack (= 7.2.1.2)
46-
activerecord (= 7.2.1.2)
47-
activestorage (= 7.2.1.2)
48-
activesupport (= 7.2.1.2)
44+
actiontext (7.2.2)
45+
actionpack (= 7.2.2)
46+
activerecord (= 7.2.2)
47+
activestorage (= 7.2.2)
48+
activesupport (= 7.2.2)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.2.1.2)
52-
activesupport (= 7.2.1.2)
51+
actionview (7.2.2)
52+
activesupport (= 7.2.2)
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (7.2.1.2)
58-
activesupport (= 7.2.1.2)
57+
activejob (7.2.2)
58+
activesupport (= 7.2.2)
5959
globalid (>= 0.3.6)
60-
activemodel (7.2.1.2)
61-
activesupport (= 7.2.1.2)
62-
activerecord (7.2.1.2)
63-
activemodel (= 7.2.1.2)
64-
activesupport (= 7.2.1.2)
60+
activemodel (7.2.2)
61+
activesupport (= 7.2.2)
62+
activerecord (7.2.2)
63+
activemodel (= 7.2.2)
64+
activesupport (= 7.2.2)
6565
timeout (>= 0.4.0)
66-
activestorage (7.2.1.2)
67-
actionpack (= 7.2.1.2)
68-
activejob (= 7.2.1.2)
69-
activerecord (= 7.2.1.2)
70-
activesupport (= 7.2.1.2)
66+
activestorage (7.2.2)
67+
actionpack (= 7.2.2)
68+
activejob (= 7.2.2)
69+
activerecord (= 7.2.2)
70+
activesupport (= 7.2.2)
7171
marcel (~> 1.0)
72-
activesupport (7.2.1.2)
72+
activesupport (7.2.2)
7373
base64
74+
benchmark (>= 0.3)
7475
bigdecimal
7576
concurrent-ruby (~> 1.0, >= 1.3.1)
7677
connection_pool (>= 2.2.5)
@@ -83,12 +84,13 @@ GEM
8384
ansi (1.5.0)
8485
ast (2.4.2)
8586
base64 (0.2.0)
87+
benchmark (0.3.0)
8688
bigdecimal (3.1.8)
8789
builder (3.3.0)
8890
concurrent-ruby (1.3.4)
8991
connection_pool (2.4.1)
9092
crass (1.0.6)
91-
date (3.3.4)
93+
date (3.4.0)
9294
docile (1.4.1)
9395
drb (2.2.1)
9496
erubi (1.13.0)
@@ -103,7 +105,7 @@ GEM
103105
irb (1.14.1)
104106
rdoc (>= 4.0.0)
105107
reline (>= 0.4.2)
106-
json (2.7.4)
108+
json (2.7.5)
107109
language_server-protocol (3.17.0.3)
108110
logger (1.6.1)
109111
loofah (2.23.1)
@@ -134,7 +136,7 @@ GEM
134136
timeout
135137
net-smtp (0.5.0)
136138
net-protocol
137-
nio4r (2.7.3)
139+
nio4r (2.7.4)
138140
nokogiri (1.16.7)
139141
mini_portile2 (~> 2.8.2)
140142
racc (~> 1.4)
@@ -147,7 +149,7 @@ GEM
147149
nokogiri (1.16.7-x86_64-linux)
148150
racc (~> 1.4)
149151
parallel (1.26.3)
150-
parser (3.3.5.0)
152+
parser (3.3.5.1)
151153
ast (~> 2.4.1)
152154
racc
153155
psych (5.1.2)
@@ -161,20 +163,20 @@ GEM
161163
rackup (2.1.0)
162164
rack (>= 3)
163165
webrick (~> 1.8)
164-
rails (7.2.1.2)
165-
actioncable (= 7.2.1.2)
166-
actionmailbox (= 7.2.1.2)
167-
actionmailer (= 7.2.1.2)
168-
actionpack (= 7.2.1.2)
169-
actiontext (= 7.2.1.2)
170-
actionview (= 7.2.1.2)
171-
activejob (= 7.2.1.2)
172-
activemodel (= 7.2.1.2)
173-
activerecord (= 7.2.1.2)
174-
activestorage (= 7.2.1.2)
175-
activesupport (= 7.2.1.2)
166+
rails (7.2.2)
167+
actioncable (= 7.2.2)
168+
actionmailbox (= 7.2.2)
169+
actionmailer (= 7.2.2)
170+
actionpack (= 7.2.2)
171+
actiontext (= 7.2.2)
172+
actionview (= 7.2.2)
173+
activejob (= 7.2.2)
174+
activemodel (= 7.2.2)
175+
activerecord (= 7.2.2)
176+
activestorage (= 7.2.2)
177+
activesupport (= 7.2.2)
176178
bundler (>= 1.15.0)
177-
railties (= 7.2.1.2)
179+
railties (= 7.2.2)
178180
rails-controller-testing (1.0.5)
179181
actionpack (>= 5.0.1.rc1)
180182
actionview (>= 5.0.1.rc1)
@@ -186,9 +188,9 @@ GEM
186188
rails-html-sanitizer (1.6.0)
187189
loofah (~> 2.21)
188190
nokogiri (~> 1.14)
189-
railties (7.2.1.2)
190-
actionpack (= 7.2.1.2)
191-
activesupport (= 7.2.1.2)
191+
railties (7.2.2)
192+
actionpack (= 7.2.2)
193+
activesupport (= 7.2.2)
192194
irb (~> 1.13)
193195
rackup (>= 1.0.0)
194196
rake (>= 12.2)
@@ -205,7 +207,7 @@ GEM
205207
actionpack (>= 5.2)
206208
railties (>= 5.2)
207209
rexml (3.3.9)
208-
rubocop (1.67.0)
210+
rubocop (1.68.0)
209211
json (~> 2.3)
210212
language_server-protocol (>= 3.17.0)
211213
parallel (~> 1.10)
@@ -215,7 +217,7 @@ GEM
215217
rubocop-ast (>= 1.32.2, < 2.0)
216218
ruby-progressbar (~> 1.7)
217219
unicode-display_width (>= 2.4.0, < 3.0)
218-
rubocop-ast (1.32.3)
220+
rubocop-ast (1.33.0)
219221
parser (>= 3.3.1.0)
220222
rubocop-minitest (0.36.0)
221223
rubocop (>= 1.61, < 2.0)

0 commit comments

Comments
 (0)