Skip to content

Commit dcaa654

Browse files
authored
Upgrade rails version from [7.0.3.1] to [7.0.4] (#45)
1 parent 95ef4a2 commit dcaa654

File tree

5 files changed

+109
-110
lines changed

5 files changed

+109
-110
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '3.1.2'
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem 'rails', '~> 7.0', '>= 7.0.3.1'
9+
gem 'rails', '~> 7.0', '>= 7.0.4'
1010

1111
# Use postgresql as the database for Active Record
1212
gem 'pg', '~> 1.1'

Gemfile.lock

+106-107
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/activerecord-hackery/ransack.git
3-
revision: eaabf74f573a026a579117c7f31cb2a5ab8d9935
3+
revision: 04ee9a362d12d8c84171cef8fbf10d472d50f9bd
44
specs:
55
ransack (3.2.1)
66
activerecord (>= 6.1.5)
@@ -18,67 +18,67 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actioncable (7.0.3.1)
22-
actionpack (= 7.0.3.1)
23-
activesupport (= 7.0.3.1)
21+
actioncable (7.0.4)
22+
actionpack (= 7.0.4)
23+
activesupport (= 7.0.4)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
26-
actionmailbox (7.0.3.1)
27-
actionpack (= 7.0.3.1)
28-
activejob (= 7.0.3.1)
29-
activerecord (= 7.0.3.1)
30-
activestorage (= 7.0.3.1)
31-
activesupport (= 7.0.3.1)
26+
actionmailbox (7.0.4)
27+
actionpack (= 7.0.4)
28+
activejob (= 7.0.4)
29+
activerecord (= 7.0.4)
30+
activestorage (= 7.0.4)
31+
activesupport (= 7.0.4)
3232
mail (>= 2.7.1)
3333
net-imap
3434
net-pop
3535
net-smtp
36-
actionmailer (7.0.3.1)
37-
actionpack (= 7.0.3.1)
38-
actionview (= 7.0.3.1)
39-
activejob (= 7.0.3.1)
40-
activesupport (= 7.0.3.1)
36+
actionmailer (7.0.4)
37+
actionpack (= 7.0.4)
38+
actionview (= 7.0.4)
39+
activejob (= 7.0.4)
40+
activesupport (= 7.0.4)
4141
mail (~> 2.5, >= 2.5.4)
4242
net-imap
4343
net-pop
4444
net-smtp
4545
rails-dom-testing (~> 2.0)
46-
actionpack (7.0.3.1)
47-
actionview (= 7.0.3.1)
48-
activesupport (= 7.0.3.1)
46+
actionpack (7.0.4)
47+
actionview (= 7.0.4)
48+
activesupport (= 7.0.4)
4949
rack (~> 2.0, >= 2.2.0)
5050
rack-test (>= 0.6.3)
5151
rails-dom-testing (~> 2.0)
5252
rails-html-sanitizer (~> 1.0, >= 1.2.0)
53-
actiontext (7.0.3.1)
54-
actionpack (= 7.0.3.1)
55-
activerecord (= 7.0.3.1)
56-
activestorage (= 7.0.3.1)
57-
activesupport (= 7.0.3.1)
53+
actiontext (7.0.4)
54+
actionpack (= 7.0.4)
55+
activerecord (= 7.0.4)
56+
activestorage (= 7.0.4)
57+
activesupport (= 7.0.4)
5858
globalid (>= 0.6.0)
5959
nokogiri (>= 1.8.5)
60-
actionview (7.0.3.1)
61-
activesupport (= 7.0.3.1)
60+
actionview (7.0.4)
61+
activesupport (= 7.0.4)
6262
builder (~> 3.1)
6363
erubi (~> 1.4)
6464
rails-dom-testing (~> 2.0)
6565
rails-html-sanitizer (~> 1.1, >= 1.2.0)
66-
activejob (7.0.3.1)
67-
activesupport (= 7.0.3.1)
66+
activejob (7.0.4)
67+
activesupport (= 7.0.4)
6868
globalid (>= 0.3.6)
69-
activemodel (7.0.3.1)
70-
activesupport (= 7.0.3.1)
71-
activerecord (7.0.3.1)
72-
activemodel (= 7.0.3.1)
73-
activesupport (= 7.0.3.1)
74-
activestorage (7.0.3.1)
75-
actionpack (= 7.0.3.1)
76-
activejob (= 7.0.3.1)
77-
activerecord (= 7.0.3.1)
78-
activesupport (= 7.0.3.1)
69+
activemodel (7.0.4)
70+
activesupport (= 7.0.4)
71+
activerecord (7.0.4)
72+
activemodel (= 7.0.4)
73+
activesupport (= 7.0.4)
74+
activestorage (7.0.4)
75+
actionpack (= 7.0.4)
76+
activejob (= 7.0.4)
77+
activerecord (= 7.0.4)
78+
activesupport (= 7.0.4)
7979
marcel (~> 1.0)
8080
mini_mime (>= 1.1.0)
81-
activesupport (7.0.3.1)
81+
activesupport (7.0.4)
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
8383
i18n (>= 1.6, < 2)
8484
minitest (>= 5.1)
@@ -94,7 +94,7 @@ GEM
9494
byebug (11.1.3)
9595
coderay (1.1.3)
9696
concurrent-ruby (1.1.10)
97-
connection_pool (2.2.5)
97+
connection_pool (2.3.0)
9898
crass (1.0.6)
9999
debug (1.6.2)
100100
irb (>= 1.3.6)
@@ -105,47 +105,53 @@ GEM
105105
railties (>= 4.1.0)
106106
responders
107107
warden (~> 1.2.3)
108-
digest (3.1.0)
109-
doorkeeper (5.5.4)
108+
doorkeeper (5.6.0)
110109
railties (>= 5)
111-
dry-configurable (0.15.0)
112-
concurrent-ruby (~> 1.0)
110+
dry-configurable (0.16.1)
113111
dry-core (~> 0.6)
114-
dry-container (0.10.1)
112+
zeitwerk (~> 2.6)
113+
dry-container (0.11.0)
115114
concurrent-ruby (~> 1.0)
116-
dry-core (0.8.1)
115+
dry-core (0.9.1)
117116
concurrent-ruby (~> 1.0)
117+
zeitwerk (~> 2.6)
118118
dry-inflector (0.3.0)
119119
dry-initializer (3.1.1)
120-
dry-logic (1.2.0)
120+
dry-logic (1.3.0)
121121
concurrent-ruby (~> 1.0)
122-
dry-core (~> 0.5, >= 0.5)
123-
dry-monads (1.4.0)
122+
dry-core (~> 0.9, >= 0.9)
123+
zeitwerk (~> 2.6)
124+
dry-monads (1.5.0)
124125
concurrent-ruby (~> 1.0)
125-
dry-core (~> 0.7)
126-
dry-schema (1.10.2)
126+
dry-core (~> 0.9, >= 0.9)
127+
zeitwerk (~> 2.6)
128+
dry-schema (1.11.3)
127129
concurrent-ruby (~> 1.0)
128-
dry-configurable (~> 0.13, >= 0.13.0)
129-
dry-core (~> 0.5, >= 0.5)
130+
dry-configurable (~> 0.16, >= 0.16)
131+
dry-core (~> 0.9, >= 0.9)
130132
dry-initializer (~> 3.0)
131-
dry-logic (~> 1.0)
132-
dry-types (~> 1.5)
133-
dry-struct (1.4.0)
134-
dry-core (~> 0.5, >= 0.5)
135-
dry-types (~> 1.5)
133+
dry-logic (~> 1.3)
134+
dry-types (~> 1.6)
135+
zeitwerk (~> 2.6)
136+
dry-struct (1.5.2)
137+
dry-core (~> 0.9, >= 0.9)
138+
dry-types (~> 1.6)
136139
ice_nine (~> 0.11)
137-
dry-types (1.5.1)
140+
zeitwerk (~> 2.6)
141+
dry-types (1.6.1)
138142
concurrent-ruby (~> 1.0)
139143
dry-container (~> 0.3)
140-
dry-core (~> 0.5, >= 0.5)
144+
dry-core (~> 0.9, >= 0.9)
141145
dry-inflector (~> 0.1, >= 0.1.2)
142-
dry-logic (~> 1.0, >= 1.0.2)
143-
dry-validation (1.8.1)
146+
dry-logic (~> 1.3, >= 1.3)
147+
zeitwerk (~> 2.6)
148+
dry-validation (1.9.0)
144149
concurrent-ruby (~> 1.0)
145150
dry-container (~> 0.7, >= 0.7.1)
146-
dry-core (~> 0.5, >= 0.5)
151+
dry-core (~> 0.9, >= 0.9)
147152
dry-initializer (~> 3.0)
148-
dry-schema (~> 1.8, >= 1.8.0)
153+
dry-schema (~> 1.11, >= 1.11.0)
154+
zeitwerk (~> 2.6)
149155
erubi (1.11.0)
150156
factory_bot (6.2.1)
151157
activesupport (>= 5.0.0)
@@ -158,7 +164,7 @@ GEM
158164
concurrent-ruby (~> 1.0)
159165
ice_nine (0.11.2)
160166
io-console (0.5.11)
161-
irb (1.4.1)
167+
irb (1.4.2)
162168
reline (>= 0.3.0)
163169
jbuilder (2.11.5)
164170
actionview (>= 5.0.0)
@@ -180,7 +186,7 @@ GEM
180186
addressable (~> 2.7)
181187
letter_opener (1.8.1)
182188
launchy (>= 2.2, < 3)
183-
loofah (2.18.0)
189+
loofah (2.19.0)
184190
crass (~> 1.0.2)
185191
nokogiri (>= 1.5.9)
186192
mail (2.7.1)
@@ -191,30 +197,24 @@ GEM
191197
minitest (5.16.3)
192198
minitest-focus (1.3.1)
193199
minitest (>= 4, < 6)
194-
mocha (1.14.0)
195-
msgpack (1.5.6)
196-
net-imap (0.2.3)
197-
digest
200+
mocha (1.16.0)
201+
msgpack (1.6.0)
202+
net-imap (0.3.1)
198203
net-protocol
199-
strscan
200-
net-pop (0.1.1)
201-
digest
204+
net-pop (0.1.2)
202205
net-protocol
203-
timeout
204206
net-protocol (0.1.3)
205207
timeout
206-
net-smtp (0.3.1)
207-
digest
208+
net-smtp (0.3.2)
208209
net-protocol
209-
timeout
210210
nio4r (2.5.8)
211-
nokogiri (1.13.8-arm64-darwin)
211+
nokogiri (1.13.9-arm64-darwin)
212212
racc (~> 1.4)
213213
orm_adapter (0.5.0)
214214
parallel (1.22.1)
215215
parser (3.1.2.1)
216216
ast (~> 2.4.1)
217-
pg (1.4.3)
217+
pg (1.4.4)
218218
pry (0.14.1)
219219
coderay (~> 1.1)
220220
method_source (~> 1.0)
@@ -227,87 +227,86 @@ GEM
227227
rack (>= 2.0.0)
228228
rack-test (2.0.2)
229229
rack (>= 1.3)
230-
rails (7.0.3.1)
231-
actioncable (= 7.0.3.1)
232-
actionmailbox (= 7.0.3.1)
233-
actionmailer (= 7.0.3.1)
234-
actionpack (= 7.0.3.1)
235-
actiontext (= 7.0.3.1)
236-
actionview (= 7.0.3.1)
237-
activejob (= 7.0.3.1)
238-
activemodel (= 7.0.3.1)
239-
activerecord (= 7.0.3.1)
240-
activestorage (= 7.0.3.1)
241-
activesupport (= 7.0.3.1)
230+
rails (7.0.4)
231+
actioncable (= 7.0.4)
232+
actionmailbox (= 7.0.4)
233+
actionmailer (= 7.0.4)
234+
actionpack (= 7.0.4)
235+
actiontext (= 7.0.4)
236+
actionview (= 7.0.4)
237+
activejob (= 7.0.4)
238+
activemodel (= 7.0.4)
239+
activerecord (= 7.0.4)
240+
activestorage (= 7.0.4)
241+
activesupport (= 7.0.4)
242242
bundler (>= 1.15.0)
243-
railties (= 7.0.3.1)
243+
railties (= 7.0.4)
244244
rails-dom-testing (2.0.3)
245245
activesupport (>= 4.2.0)
246246
nokogiri (>= 1.6)
247247
rails-html-sanitizer (1.4.3)
248248
loofah (~> 2.3)
249-
railties (7.0.3.1)
250-
actionpack (= 7.0.3.1)
251-
activesupport (= 7.0.3.1)
249+
railties (7.0.4)
250+
actionpack (= 7.0.4)
251+
activesupport (= 7.0.4)
252252
method_source
253253
rake (>= 12.2)
254254
thor (~> 1.0)
255255
zeitwerk (~> 2.5)
256256
rainbow (3.1.1)
257257
rake (13.0.6)
258258
redis (4.8.0)
259-
regexp_parser (2.5.0)
259+
regexp_parser (2.6.0)
260260
reline (0.3.1)
261261
io-console (~> 0.5)
262262
responders (3.0.1)
263263
actionpack (>= 5.0)
264264
railties (>= 5.0)
265265
rexml (3.2.5)
266-
rubocop (1.35.1)
266+
rubocop (1.37.0)
267267
json (~> 2.3)
268268
parallel (~> 1.10)
269269
parser (>= 3.1.2.1)
270270
rainbow (>= 2.2.2, < 4.0)
271271
regexp_parser (>= 1.8, < 3.0)
272272
rexml (>= 3.2.5, < 4.0)
273-
rubocop-ast (>= 1.20.1, < 2.0)
273+
rubocop-ast (>= 1.22.0, < 2.0)
274274
ruby-progressbar (~> 1.7)
275275
unicode-display_width (>= 1.4.0, < 3.0)
276-
rubocop-ast (1.21.0)
276+
rubocop-ast (1.23.0)
277277
parser (>= 3.1.1.0)
278-
rubocop-minitest (0.21.1)
278+
rubocop-minitest (0.22.2)
279279
rubocop (>= 0.90, < 2.0)
280-
rubocop-performance (1.14.3)
280+
rubocop-performance (1.15.0)
281281
rubocop (>= 1.7.0, < 2.0)
282282
rubocop-ast (>= 0.4.0)
283-
rubocop-rails (2.15.2)
283+
rubocop-rails (2.17.0)
284284
activesupport (>= 4.2.0)
285285
rack (>= 1.1)
286-
rubocop (>= 1.7.0, < 2.0)
286+
rubocop (>= 1.33.0, < 2.0)
287287
ruby-progressbar (1.11.0)
288288
shoulda (4.0.0)
289289
shoulda-context (~> 2.0)
290290
shoulda-matchers (~> 4.0)
291291
shoulda-context (2.0.0)
292292
shoulda-matchers (4.5.1)
293293
activesupport (>= 4.2.0)
294-
sidekiq (6.5.6)
294+
sidekiq (6.5.7)
295295
connection_pool (>= 2.2.5)
296296
rack (~> 2.0)
297297
redis (>= 4.5.0, < 5)
298-
strscan (3.0.4)
299298
swagger-blocks (3.0.0)
300299
thor (1.2.1)
301300
timeout (0.3.0)
302301
tzinfo (2.0.5)
303302
concurrent-ruby (~> 1.0)
304-
unicode-display_width (2.2.0)
303+
unicode-display_width (2.3.0)
305304
warden (1.2.9)
306305
rack (>= 2.0.9)
307306
websocket-driver (0.7.5)
308307
websocket-extensions (>= 0.1.0)
309308
websocket-extensions (0.1.5)
310-
zeitwerk (2.6.0)
309+
zeitwerk (2.6.1)
311310

312311
PLATFORMS
313312
arm64-darwin-21
@@ -335,7 +334,7 @@ DEPENDENCIES
335334
pry (~> 0.14.1)
336335
puma (~> 5.0)
337336
rack-cors
338-
rails (~> 7.0, >= 7.0.3.1)
337+
rails (~> 7.0, >= 7.0.4)
339338
ransack!
340339
rubocop
341340
rubocop-minitest

0 commit comments

Comments
 (0)