Skip to content

Commit 9dfd5bb

Browse files
Update rails requirement from >= 5.2.2, < 7.2.0 to >= 5.2.2, < 8.1.0
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.4.1...v7.1.5) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d058bd1 commit 9dfd5bb

File tree

3 files changed

+71
-68
lines changed

3 files changed

+71
-68
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resource
2727

2828
# Core Rails gem
2929
gem 'rack-protection'
30-
gem 'rails', '~> 7.1.3'
30+
gem 'rails', '~> 7.1.5'
3131

3232
# Redis for ActionCable and background jobs
3333
gem 'redis', '~> 5.3'

Gemfile.lock

Lines changed: 69 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PATH
4444
pundit (>= 2.1, < 2.5)
4545
pundit-resources
4646
rack-cors (>= 1.1.1, < 2.1.0)
47-
rails (>= 5.2.2, < 7.2.0)
47+
rails (>= 5.2.2, < 8.1.0)
4848
reform-rails (~> 0.2.0)
4949
rswag (>= 2.3.1, < 2.16.0)
5050
sprockets-rails
@@ -56,51 +56,51 @@ PATH
5656
GEM
5757
remote: https://rubygems.org/
5858
specs:
59-
actioncable (7.1.4.1)
60-
actionpack (= 7.1.4.1)
61-
activesupport (= 7.1.4.1)
59+
actioncable (7.1.5)
60+
actionpack (= 7.1.5)
61+
activesupport (= 7.1.5)
6262
nio4r (~> 2.0)
6363
websocket-driver (>= 0.6.1)
6464
zeitwerk (~> 2.6)
65-
actionmailbox (7.1.4.1)
66-
actionpack (= 7.1.4.1)
67-
activejob (= 7.1.4.1)
68-
activerecord (= 7.1.4.1)
69-
activestorage (= 7.1.4.1)
70-
activesupport (= 7.1.4.1)
65+
actionmailbox (7.1.5)
66+
actionpack (= 7.1.5)
67+
activejob (= 7.1.5)
68+
activerecord (= 7.1.5)
69+
activestorage (= 7.1.5)
70+
activesupport (= 7.1.5)
7171
mail (>= 2.7.1)
7272
net-imap
7373
net-pop
7474
net-smtp
75-
actionmailer (7.1.4.1)
76-
actionpack (= 7.1.4.1)
77-
actionview (= 7.1.4.1)
78-
activejob (= 7.1.4.1)
79-
activesupport (= 7.1.4.1)
75+
actionmailer (7.1.5)
76+
actionpack (= 7.1.5)
77+
actionview (= 7.1.5)
78+
activejob (= 7.1.5)
79+
activesupport (= 7.1.5)
8080
mail (~> 2.5, >= 2.5.4)
8181
net-imap
8282
net-pop
8383
net-smtp
8484
rails-dom-testing (~> 2.2)
85-
actionpack (7.1.4.1)
86-
actionview (= 7.1.4.1)
87-
activesupport (= 7.1.4.1)
85+
actionpack (7.1.5)
86+
actionview (= 7.1.5)
87+
activesupport (= 7.1.5)
8888
nokogiri (>= 1.8.5)
8989
racc
9090
rack (>= 2.2.4)
9191
rack-session (>= 1.0.1)
9292
rack-test (>= 0.6.3)
9393
rails-dom-testing (~> 2.2)
9494
rails-html-sanitizer (~> 1.6)
95-
actiontext (7.1.4.1)
96-
actionpack (= 7.1.4.1)
97-
activerecord (= 7.1.4.1)
98-
activestorage (= 7.1.4.1)
99-
activesupport (= 7.1.4.1)
95+
actiontext (7.1.5)
96+
actionpack (= 7.1.5)
97+
activerecord (= 7.1.5)
98+
activestorage (= 7.1.5)
99+
activesupport (= 7.1.5)
100100
globalid (>= 0.6.0)
101101
nokogiri (>= 1.8.5)
102-
actionview (7.1.4.1)
103-
activesupport (= 7.1.4.1)
102+
actionview (7.1.5)
103+
activesupport (= 7.1.5)
104104
builder (~> 3.1)
105105
erubi (~> 1.11)
106106
rails-dom-testing (~> 2.2)
@@ -111,35 +111,38 @@ GEM
111111
activestorage (>= 6.1.4)
112112
activesupport (>= 6.1.4)
113113
marcel (>= 1.0.3)
114-
activejob (7.1.4.1)
115-
activesupport (= 7.1.4.1)
114+
activejob (7.1.5)
115+
activesupport (= 7.1.5)
116116
globalid (>= 0.3.6)
117-
activemodel (7.1.4.1)
118-
activesupport (= 7.1.4.1)
119-
activerecord (7.1.4.1)
120-
activemodel (= 7.1.4.1)
121-
activesupport (= 7.1.4.1)
117+
activemodel (7.1.5)
118+
activesupport (= 7.1.5)
119+
activerecord (7.1.5)
120+
activemodel (= 7.1.5)
121+
activesupport (= 7.1.5)
122122
timeout (>= 0.4.0)
123123
activerecord-import (1.8.1)
124124
activerecord (>= 4.2)
125125
activerecord-postgis-adapter (9.0.2)
126126
activerecord (~> 7.1.0)
127127
rgeo-activerecord (~> 7.0.0)
128-
activestorage (7.1.4.1)
129-
actionpack (= 7.1.4.1)
130-
activejob (= 7.1.4.1)
131-
activerecord (= 7.1.4.1)
132-
activesupport (= 7.1.4.1)
128+
activestorage (7.1.5)
129+
actionpack (= 7.1.5)
130+
activejob (= 7.1.5)
131+
activerecord (= 7.1.5)
132+
activesupport (= 7.1.5)
133133
marcel (~> 1.0)
134-
activesupport (7.1.4.1)
134+
activesupport (7.1.5)
135135
base64
136+
benchmark (>= 0.3)
136137
bigdecimal
137138
concurrent-ruby (~> 1.0, >= 1.0.2)
138139
connection_pool (>= 2.2.5)
139140
drb
140141
i18n (>= 1.6, < 2)
142+
logger (>= 1.4.2)
141143
minitest (>= 5.1)
142144
mutex_m
145+
securerandom (>= 0.3)
143146
tzinfo (~> 2.0)
144147
addressable (2.8.7)
145148
public_suffix (>= 2.0.2, < 7.0)
@@ -173,6 +176,7 @@ GEM
173176
thread_safe (~> 0.3, >= 0.3.1)
174177
base64 (0.2.0)
175178
bcrypt (3.1.20)
179+
benchmark (0.4.0)
176180
better_errors (2.10.1)
177181
erubi (>= 1.0.0)
178182
rack (>= 0.9.0)
@@ -227,7 +231,7 @@ GEM
227231
activerecord (>= 5.a)
228232
database_cleaner-core (~> 2.0.0)
229233
database_cleaner-core (2.0.1)
230-
date (3.3.4)
234+
date (3.4.0)
231235
debug_inspector (1.2.0)
232236
declarative (0.0.20)
233237
descendants_tracker (0.0.4)
@@ -386,7 +390,7 @@ GEM
386390
mime-types-data (3.2024.1001)
387391
mini_magick (4.13.2)
388392
mini_mime (1.1.5)
389-
minitest (5.25.1)
393+
minitest (5.25.2)
390394
mobility (1.2.9)
391395
i18n (>= 0.6.10, < 2)
392396
request_store (~> 1.0)
@@ -395,10 +399,10 @@ GEM
395399
mobility (~> 1.2)
396400
msgpack (1.7.2)
397401
multi_json (1.15.0)
398-
mutex_m (0.2.0)
402+
mutex_m (0.3.0)
399403
net-http (0.4.1)
400404
uri
401-
net-imap (0.4.17)
405+
net-imap (0.5.1)
402406
date
403407
net-protocol
404408
net-pop (0.1.2)
@@ -431,7 +435,7 @@ GEM
431435
pry (0.15.0)
432436
coderay (~> 1.1)
433437
method_source (~> 1.0)
434-
psych (5.1.2)
438+
psych (5.2.0)
435439
stringio
436440
public_suffix (6.0.1)
437441
puma (6.5.0)
@@ -452,23 +456,22 @@ GEM
452456
rack (>= 3.0.0)
453457
rack-test (2.1.0)
454458
rack (>= 1.3)
455-
rackup (2.1.0)
459+
rackup (2.2.1)
456460
rack (>= 3)
457-
webrick (~> 1.8)
458-
rails (7.1.4.1)
459-
actioncable (= 7.1.4.1)
460-
actionmailbox (= 7.1.4.1)
461-
actionmailer (= 7.1.4.1)
462-
actionpack (= 7.1.4.1)
463-
actiontext (= 7.1.4.1)
464-
actionview (= 7.1.4.1)
465-
activejob (= 7.1.4.1)
466-
activemodel (= 7.1.4.1)
467-
activerecord (= 7.1.4.1)
468-
activestorage (= 7.1.4.1)
469-
activesupport (= 7.1.4.1)
461+
rails (7.1.5)
462+
actioncable (= 7.1.5)
463+
actionmailbox (= 7.1.5)
464+
actionmailer (= 7.1.5)
465+
actionpack (= 7.1.5)
466+
actiontext (= 7.1.5)
467+
actionview (= 7.1.5)
468+
activejob (= 7.1.5)
469+
activemodel (= 7.1.5)
470+
activerecord (= 7.1.5)
471+
activestorage (= 7.1.5)
472+
activesupport (= 7.1.5)
470473
bundler (>= 1.15.0)
471-
railties (= 7.1.4.1)
474+
railties (= 7.1.5)
472475
rails-dom-testing (2.2.0)
473476
activesupport (>= 5.0.0)
474477
minitest
@@ -479,9 +482,9 @@ GEM
479482
rails-i18n (7.0.9)
480483
i18n (>= 0.7, < 2)
481484
railties (>= 6.0.0, < 8)
482-
railties (7.1.4.1)
483-
actionpack (= 7.1.4.1)
484-
activesupport (= 7.1.4.1)
485+
railties (7.1.5)
486+
actionpack (= 7.1.5)
487+
activesupport (= 7.1.5)
485488
irb
486489
rackup (>= 1.0.0)
487490
rake (>= 12.2)
@@ -497,7 +500,7 @@ GEM
497500
ffi (>= 1.0.6)
498501
msgpack (>= 0.4.3)
499502
optimist (>= 3.0.0)
500-
rdoc (6.7.0)
503+
rdoc (6.8.1)
501504
psych (>= 4.0.0)
502505
redis (5.3.0)
503506
redis-client (>= 0.22.0)
@@ -511,7 +514,7 @@ GEM
511514
activemodel (>= 5.0)
512515
reform (>= 2.3.1, < 3.0.0)
513516
regexp_parser (2.9.2)
514-
reline (0.5.10)
517+
reline (0.5.12)
515518
io-console (~> 0.5)
516519
representable (3.2.0)
517520
declarative (< 0.1.0)
@@ -589,6 +592,7 @@ GEM
589592
ffi (~> 1.9)
590593
sassc-embedded (1.78.0)
591594
sass-embedded (~> 1.78)
595+
securerandom (0.3.2)
592596
selenium-webdriver (4.27.0)
593597
base64 (~> 0.2)
594598
logger (~> 1.4)
@@ -630,7 +634,7 @@ GEM
630634
stackprof (0.2.26)
631635
stimulus-rails (1.3.4)
632636
railties (>= 6.0.0)
633-
stringio (3.1.1)
637+
stringio (3.1.2)
634638
sync (0.5.0)
635639
term-ansicolor (1.11.2)
636640
tins (~> 1.0)
@@ -677,7 +681,6 @@ GEM
677681
nokogiri (~> 1.6)
678682
rubyzip (>= 1.3.0)
679683
selenium-webdriver (~> 4.0)
680-
webrick (1.8.2)
681684
websocket (1.2.11)
682685
websocket-driver (0.7.6)
683686
websocket-extensions (>= 0.1.0)
@@ -717,7 +720,7 @@ DEPENDENCIES
717720
pundit-resources (~> 1.1.4)!
718721
rack-mini-profiler
719722
rack-protection
720-
rails (~> 7.1.3)
723+
rails (~> 7.1.5)
721724
rb-readline
722725
rbtrace
723726
redis (~> 5.3)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
5252
spec.add_dependency 'pundit', '>= 2.1', '< 2.5'
5353
spec.add_dependency 'pundit-resources'
5454
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
55-
spec.add_dependency 'rails', '>= 5.2.2', '< 7.2.0'
55+
spec.add_dependency 'rails', '>= 5.2.2', '< 8.1.0'
5656
spec.add_dependency 'reform-rails', '~> 0.2.0'
5757
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.16.0'
5858
spec.add_dependency 'sprockets-rails'

0 commit comments

Comments
 (0)