Skip to content

Commit f5b32ae

Browse files
Update dependency rails to "<= 7.2.1"
1 parent b53f17e commit f5b32ae

File tree

2 files changed

+72
-74
lines changed

2 files changed

+72
-74
lines changed

packages/dep_shield/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
gemspec
77

88
gem "nitro_config", path: "../nitro_config"
9-
gem "rails", "<= 7.1.3.4"
9+
gem "rails", "<= 7.2.1"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.0"
1212
gem "rubocop-powerhome", path: "../rubocop-powerhome"

packages/dep_shield/Gemfile.lock

Lines changed: 71 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -24,80 +24,76 @@ PATH
2424
GEM
2525
remote: https://rubygems.org/
2626
specs:
27-
actioncable (7.1.3.4)
28-
actionpack (= 7.1.3.4)
29-
activesupport (= 7.1.3.4)
27+
actioncable (7.2.1)
28+
actionpack (= 7.2.1)
29+
activesupport (= 7.2.1)
3030
nio4r (~> 2.0)
3131
websocket-driver (>= 0.6.1)
3232
zeitwerk (~> 2.6)
33-
actionmailbox (7.1.3.4)
34-
actionpack (= 7.1.3.4)
35-
activejob (= 7.1.3.4)
36-
activerecord (= 7.1.3.4)
37-
activestorage (= 7.1.3.4)
38-
activesupport (= 7.1.3.4)
39-
mail (>= 2.7.1)
40-
net-imap
41-
net-pop
42-
net-smtp
43-
actionmailer (7.1.3.4)
44-
actionpack (= 7.1.3.4)
45-
actionview (= 7.1.3.4)
46-
activejob (= 7.1.3.4)
47-
activesupport (= 7.1.3.4)
48-
mail (~> 2.5, >= 2.5.4)
49-
net-imap
50-
net-pop
51-
net-smtp
33+
actionmailbox (7.2.1)
34+
actionpack (= 7.2.1)
35+
activejob (= 7.2.1)
36+
activerecord (= 7.2.1)
37+
activestorage (= 7.2.1)
38+
activesupport (= 7.2.1)
39+
mail (>= 2.8.0)
40+
actionmailer (7.2.1)
41+
actionpack (= 7.2.1)
42+
actionview (= 7.2.1)
43+
activejob (= 7.2.1)
44+
activesupport (= 7.2.1)
45+
mail (>= 2.8.0)
5246
rails-dom-testing (~> 2.2)
53-
actionpack (7.1.3.4)
54-
actionview (= 7.1.3.4)
55-
activesupport (= 7.1.3.4)
47+
actionpack (7.2.1)
48+
actionview (= 7.2.1)
49+
activesupport (= 7.2.1)
5650
nokogiri (>= 1.8.5)
5751
racc
58-
rack (>= 2.2.4)
52+
rack (>= 2.2.4, < 3.2)
5953
rack-session (>= 1.0.1)
6054
rack-test (>= 0.6.3)
6155
rails-dom-testing (~> 2.2)
6256
rails-html-sanitizer (~> 1.6)
63-
actiontext (7.1.3.4)
64-
actionpack (= 7.1.3.4)
65-
activerecord (= 7.1.3.4)
66-
activestorage (= 7.1.3.4)
67-
activesupport (= 7.1.3.4)
57+
useragent (~> 0.16)
58+
actiontext (7.2.1)
59+
actionpack (= 7.2.1)
60+
activerecord (= 7.2.1)
61+
activestorage (= 7.2.1)
62+
activesupport (= 7.2.1)
6863
globalid (>= 0.6.0)
6964
nokogiri (>= 1.8.5)
70-
actionview (7.1.3.4)
71-
activesupport (= 7.1.3.4)
65+
actionview (7.2.1)
66+
activesupport (= 7.2.1)
7267
builder (~> 3.1)
7368
erubi (~> 1.11)
7469
rails-dom-testing (~> 2.2)
7570
rails-html-sanitizer (~> 1.6)
76-
activejob (7.1.3.4)
77-
activesupport (= 7.1.3.4)
71+
activejob (7.2.1)
72+
activesupport (= 7.2.1)
7873
globalid (>= 0.3.6)
79-
activemodel (7.1.3.4)
80-
activesupport (= 7.1.3.4)
81-
activerecord (7.1.3.4)
82-
activemodel (= 7.1.3.4)
83-
activesupport (= 7.1.3.4)
74+
activemodel (7.2.1)
75+
activesupport (= 7.2.1)
76+
activerecord (7.2.1)
77+
activemodel (= 7.2.1)
78+
activesupport (= 7.2.1)
8479
timeout (>= 0.4.0)
85-
activestorage (7.1.3.4)
86-
actionpack (= 7.1.3.4)
87-
activejob (= 7.1.3.4)
88-
activerecord (= 7.1.3.4)
89-
activesupport (= 7.1.3.4)
80+
activestorage (7.2.1)
81+
actionpack (= 7.2.1)
82+
activejob (= 7.2.1)
83+
activerecord (= 7.2.1)
84+
activesupport (= 7.2.1)
9085
marcel (~> 1.0)
91-
activesupport (7.1.3.4)
86+
activesupport (7.2.1)
9287
base64
9388
bigdecimal
94-
concurrent-ruby (~> 1.0, >= 1.0.2)
89+
concurrent-ruby (~> 1.0, >= 1.3.1)
9590
connection_pool (>= 2.2.5)
9691
drb
9792
i18n (>= 1.6, < 2)
93+
logger (>= 1.4.2)
9894
minitest (>= 5.1)
99-
mutex_m
100-
tzinfo (~> 2.0)
95+
securerandom (>= 0.3)
96+
tzinfo (~> 2.0, >= 2.0.5)
10197
appraisal (2.5.0)
10298
bundler
10399
rake
@@ -110,7 +106,7 @@ GEM
110106
activesupport (>= 3.0.0)
111107
railties (>= 3.0.0)
112108
thor (>= 0.14.6)
113-
concurrent-ruby (1.3.3)
109+
concurrent-ruby (1.3.4)
114110
connection_pool (2.4.1)
115111
crass (1.0.6)
116112
csv (3.3.0)
@@ -135,6 +131,7 @@ GEM
135131
tomlrb (>= 1.3, < 2.1)
136132
with_env (= 1.1.0)
137133
xml-simple (~> 1.1.9)
134+
logger (1.6.1)
138135
loofah (2.22.0)
139136
crass (~> 1.0.2)
140137
nokogiri (>= 1.12.0)
@@ -146,9 +143,8 @@ GEM
146143
marcel (1.0.4)
147144
mini_mime (1.1.5)
148145
mini_portile2 (2.8.7)
149-
minitest (5.24.1)
150-
mutex_m (0.2.0)
151-
net-imap (0.4.14)
146+
minitest (5.25.1)
147+
net-imap (0.4.15)
152148
date
153149
net-protocol
154150
net-pop (0.1.2)
@@ -178,31 +174,31 @@ GEM
178174
rackup (2.1.0)
179175
rack (>= 3)
180176
webrick (~> 1.8)
181-
rails (7.1.3.4)
182-
actioncable (= 7.1.3.4)
183-
actionmailbox (= 7.1.3.4)
184-
actionmailer (= 7.1.3.4)
185-
actionpack (= 7.1.3.4)
186-
actiontext (= 7.1.3.4)
187-
actionview (= 7.1.3.4)
188-
activejob (= 7.1.3.4)
189-
activemodel (= 7.1.3.4)
190-
activerecord (= 7.1.3.4)
191-
activestorage (= 7.1.3.4)
192-
activesupport (= 7.1.3.4)
177+
rails (7.2.1)
178+
actioncable (= 7.2.1)
179+
actionmailbox (= 7.2.1)
180+
actionmailer (= 7.2.1)
181+
actionpack (= 7.2.1)
182+
actiontext (= 7.2.1)
183+
actionview (= 7.2.1)
184+
activejob (= 7.2.1)
185+
activemodel (= 7.2.1)
186+
activerecord (= 7.2.1)
187+
activestorage (= 7.2.1)
188+
activesupport (= 7.2.1)
193189
bundler (>= 1.15.0)
194-
railties (= 7.1.3.4)
190+
railties (= 7.2.1)
195191
rails-dom-testing (2.2.0)
196192
activesupport (>= 5.0.0)
197193
minitest
198194
nokogiri (>= 1.6)
199195
rails-html-sanitizer (1.6.0)
200196
loofah (~> 2.21)
201197
nokogiri (~> 1.14)
202-
railties (7.1.3.4)
203-
actionpack (= 7.1.3.4)
204-
activesupport (= 7.1.3.4)
205-
irb
198+
railties (7.2.1)
199+
actionpack (= 7.2.1)
200+
activesupport (= 7.2.1)
201+
irb (~> 1.13)
206202
rackup (>= 1.0.0)
207203
rake (>= 12.2)
208204
thor (~> 1.0, >= 1.2.2)
@@ -255,6 +251,7 @@ GEM
255251
rubocop (~> 1.40)
256252
ruby-progressbar (1.13.0)
257253
rubyzip (2.3.2)
254+
securerandom (0.3.1)
258255
sentry-ruby (5.18.2)
259256
bigdecimal
260257
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -263,20 +260,21 @@ GEM
263260
sqlite3 (1.7.3-arm64-darwin)
264261
stringio (3.1.1)
265262
strscan (3.1.0)
266-
thor (1.3.1)
263+
thor (1.3.2)
267264
timeout (0.4.1)
268265
tomlrb (2.0.3)
269266
tzinfo (2.0.6)
270267
concurrent-ruby (~> 1.0)
271268
unicode-display_width (2.5.0)
269+
useragent (0.16.10)
272270
webrick (1.8.1)
273271
websocket-driver (0.7.6)
274272
websocket-extensions (>= 0.1.0)
275273
websocket-extensions (0.1.5)
276274
with_env (1.1.0)
277275
xml-simple (1.1.9)
278276
rexml
279-
zeitwerk (2.6.17)
277+
zeitwerk (2.6.18)
280278

281279
PLATFORMS
282280
arm64-darwin-23
@@ -288,7 +286,7 @@ DEPENDENCIES
288286
dep_shield!
289287
license_finder (>= 7.0)
290288
nitro_config!
291-
rails (<= 7.1.3.4)
289+
rails (<= 7.2.1)
292290
rake (~> 13.0)
293291
rspec (~> 3.0)
294292
rubocop-powerhome!

0 commit comments

Comments
 (0)