Skip to content

Commit c4f4225

Browse files
committed
Use Rails 7.1.5.1
This upgrades the gem, and following commits will change configuration, using the "rails app:update" process.
1 parent 5850edd commit c4f4225

File tree

2 files changed

+99
-76
lines changed

2 files changed

+99
-76
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '3.4.4'
33

4-
gem 'rails', '7.0.8.1'
4+
gem 'rails', '~> 7.1.5.1' # LOCKED: It is Rails.
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem 'sprockets-rails'
77
# Reduces boot times through caching; required in config/boot.rb
@@ -12,7 +12,7 @@ gem 'benchmark' # LOCKED: Added because of activesupport 7.0
1212
gem 'bigdecimal' # LOCKED: Added because of activesupport 7.0
1313
gem 'carrierwave'
1414
gem 'cocoon'
15-
gem "csv" # LOCKED: csv was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0. Due to config/application.rb
15+
gem 'csv' # LOCKED: csv was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0. Due to config/application.rb
1616
gem 'delayed_job'
1717
gem 'delayed_job_active_record'
1818
gem 'drb' # LOCKED: Added because of pry-remote
@@ -121,4 +121,4 @@ end
121121
gem 'rollbar'
122122
gem 'skylight'
123123

124-
gem "carrierwave-aws", "~> 1.6"
124+
gem 'carrierwave-aws', '~> 1.6'

Gemfile.lock

Lines changed: 96 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,86 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.1)
5-
actionpack (= 7.0.8.1)
6-
activesupport (= 7.0.8.1)
4+
actioncable (7.1.5.1)
5+
actionpack (= 7.1.5.1)
6+
activesupport (= 7.1.5.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.1)
10-
actionpack (= 7.0.8.1)
11-
activejob (= 7.0.8.1)
12-
activerecord (= 7.0.8.1)
13-
activestorage (= 7.0.8.1)
14-
activesupport (= 7.0.8.1)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.5.1)
11+
actionpack (= 7.1.5.1)
12+
activejob (= 7.1.5.1)
13+
activerecord (= 7.1.5.1)
14+
activestorage (= 7.1.5.1)
15+
activesupport (= 7.1.5.1)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.8.1)
20-
actionpack (= 7.0.8.1)
21-
actionview (= 7.0.8.1)
22-
activejob (= 7.0.8.1)
23-
activesupport (= 7.0.8.1)
20+
actionmailer (7.1.5.1)
21+
actionpack (= 7.1.5.1)
22+
actionview (= 7.1.5.1)
23+
activejob (= 7.1.5.1)
24+
activesupport (= 7.1.5.1)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.1)
30-
actionview (= 7.0.8.1)
31-
activesupport (= 7.0.8.1)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.5.1)
31+
actionview (= 7.1.5.1)
32+
activesupport (= 7.1.5.1)
33+
nokogiri (>= 1.8.5)
34+
racc
35+
rack (>= 2.2.4)
36+
rack-session (>= 1.0.1)
3337
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.1)
37-
actionpack (= 7.0.8.1)
38-
activerecord (= 7.0.8.1)
39-
activestorage (= 7.0.8.1)
40-
activesupport (= 7.0.8.1)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.5.1)
41+
actionpack (= 7.1.5.1)
42+
activerecord (= 7.1.5.1)
43+
activestorage (= 7.1.5.1)
44+
activesupport (= 7.1.5.1)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.1)
44-
activesupport (= 7.0.8.1)
47+
actionview (7.1.5.1)
48+
activesupport (= 7.1.5.1)
4549
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.1)
50-
activesupport (= 7.0.8.1)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (7.1.5.1)
54+
activesupport (= 7.1.5.1)
5155
globalid (>= 0.3.6)
52-
activemodel (7.0.8.1)
53-
activesupport (= 7.0.8.1)
54-
activerecord (7.0.8.1)
55-
activemodel (= 7.0.8.1)
56-
activesupport (= 7.0.8.1)
57-
activestorage (7.0.8.1)
58-
actionpack (= 7.0.8.1)
59-
activejob (= 7.0.8.1)
60-
activerecord (= 7.0.8.1)
61-
activesupport (= 7.0.8.1)
56+
activemodel (7.1.5.1)
57+
activesupport (= 7.1.5.1)
58+
activerecord (7.1.5.1)
59+
activemodel (= 7.1.5.1)
60+
activesupport (= 7.1.5.1)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.5.1)
63+
actionpack (= 7.1.5.1)
64+
activejob (= 7.1.5.1)
65+
activerecord (= 7.1.5.1)
66+
activesupport (= 7.1.5.1)
6267
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.1)
68+
activesupport (7.1.5.1)
69+
base64
70+
benchmark (>= 0.3)
71+
bigdecimal
6572
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
connection_pool (>= 2.2.5)
74+
drb
6675
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
6777
minitest (>= 5.1)
78+
mutex_m
79+
securerandom (>= 0.3)
6880
tzinfo (~> 2.0)
69-
acts-as-taggable-on (9.0.1)
70-
activerecord (>= 6.0, < 7.1)
81+
acts-as-taggable-on (12.0.0)
82+
activerecord (>= 7.1, < 8.1)
83+
zeitwerk (>= 2.4, < 3.0)
7184
addressable (2.8.7)
7285
public_suffix (>= 2.0.2, < 7.0)
7386
ast (2.4.3)
@@ -144,6 +157,7 @@ GEM
144157
coffee-script-source (1.12.2)
145158
commonmarker (0.23.10)
146159
concurrent-ruby (1.3.5)
160+
connection_pool (2.5.3)
147161
crass (1.0.6)
148162
css_parser (1.14.0)
149163
addressable
@@ -262,14 +276,14 @@ GEM
262276
mutex_m (0.3.0)
263277
net-http (0.6.0)
264278
uri
265-
net-imap (0.4.20)
279+
net-imap (0.5.9)
266280
date
267281
net-protocol
268282
net-pop (0.1.2)
269283
net-protocol
270284
net-protocol (0.2.2)
271285
timeout
272-
net-smtp (0.4.0.1)
286+
net-smtp (0.5.1)
273287
net-protocol
274288
nio4r (2.7.4)
275289
nokogiri (1.18.9)
@@ -342,28 +356,34 @@ GEM
342356
pundit (2.5.0)
343357
activesupport (>= 3.0.0)
344358
racc (1.8.1)
345-
rack (2.2.17)
359+
rack (3.2.0)
346360
rack-mini-profiler (3.3.1)
347361
rack (>= 1.2.0)
348-
rack-protection (3.2.0)
362+
rack-protection (4.1.1)
349363
base64 (>= 0.1.0)
350-
rack (~> 2.2, >= 2.2.4)
364+
logger (>= 1.6.0)
365+
rack (>= 3.0.0, < 4)
366+
rack-session (2.1.1)
367+
base64 (>= 0.1.0)
368+
rack (>= 3.0.0)
351369
rack-test (2.2.0)
352370
rack (>= 1.3)
353-
rails (7.0.8.1)
354-
actioncable (= 7.0.8.1)
355-
actionmailbox (= 7.0.8.1)
356-
actionmailer (= 7.0.8.1)
357-
actionpack (= 7.0.8.1)
358-
actiontext (= 7.0.8.1)
359-
actionview (= 7.0.8.1)
360-
activejob (= 7.0.8.1)
361-
activemodel (= 7.0.8.1)
362-
activerecord (= 7.0.8.1)
363-
activestorage (= 7.0.8.1)
364-
activesupport (= 7.0.8.1)
371+
rackup (2.2.1)
372+
rack (>= 3)
373+
rails (7.1.5.1)
374+
actioncable (= 7.1.5.1)
375+
actionmailbox (= 7.1.5.1)
376+
actionmailer (= 7.1.5.1)
377+
actionpack (= 7.1.5.1)
378+
actiontext (= 7.1.5.1)
379+
actionview (= 7.1.5.1)
380+
activejob (= 7.1.5.1)
381+
activemodel (= 7.1.5.1)
382+
activerecord (= 7.1.5.1)
383+
activestorage (= 7.1.5.1)
384+
activesupport (= 7.1.5.1)
365385
bundler (>= 1.15.0)
366-
railties (= 7.0.8.1)
386+
railties (= 7.1.5.1)
367387
rails-dom-testing (2.3.0)
368388
activesupport (>= 5.0.0)
369389
minitest
@@ -378,13 +398,14 @@ GEM
378398
rails_stdout_logging
379399
rails_serve_static_assets (0.0.5)
380400
rails_stdout_logging (0.0.5)
381-
railties (7.0.8.1)
382-
actionpack (= 7.0.8.1)
383-
activesupport (= 7.0.8.1)
384-
method_source
401+
railties (7.1.5.1)
402+
actionpack (= 7.1.5.1)
403+
activesupport (= 7.1.5.1)
404+
irb
405+
rackup (>= 1.0.0)
385406
rake (>= 12.2)
386-
thor (~> 1.0)
387-
zeitwerk (~> 2.5)
407+
thor (~> 1.0, >= 1.2.2)
408+
zeitwerk (~> 2.6)
388409
rainbow (3.1.1)
389410
rake (13.3.0)
390411
rb-fsevent (0.11.2)
@@ -459,6 +480,7 @@ GEM
459480
sprockets (> 3.0)
460481
sprockets-rails
461482
tilt
483+
securerandom (0.4.1)
462484
selenium-webdriver (4.34.0)
463485
base64 (~> 0.2)
464486
logger (~> 1.4)
@@ -523,7 +545,8 @@ GEM
523545
bindex (>= 0.4.0)
524546
railties (>= 6.0.0)
525547
websocket (1.2.11)
526-
websocket-driver (0.7.6)
548+
websocket-driver (0.8.0)
549+
base64
527550
websocket-extensions (>= 0.1.0)
528551
websocket-extensions (0.1.5)
529552
xpath (3.2.0)
@@ -588,7 +611,7 @@ DEPENDENCIES
588611
puma (~> 6.6)
589612
pundit
590613
rack-mini-profiler (~> 3.3)
591-
rails (= 7.0.8.1)
614+
rails (~> 7.1.5.1)
592615
rails-html-sanitizer (~> 1.6.2)
593616
rails4-autocomplete
594617
rails_12factor

0 commit comments

Comments
 (0)