Skip to content

Commit f061431

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 d13c6ca commit f061431

File tree

3 files changed

+70
-67
lines changed

3 files changed

+70
-67
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: 68 additions & 65 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)
@@ -110,35 +110,38 @@ GEM
110110
activemodel (>= 6.1.4)
111111
activestorage (>= 6.1.4)
112112
activesupport (>= 6.1.4)
113-
activejob (7.1.4.1)
114-
activesupport (= 7.1.4.1)
113+
activejob (7.1.5)
114+
activesupport (= 7.1.5)
115115
globalid (>= 0.3.6)
116-
activemodel (7.1.4.1)
117-
activesupport (= 7.1.4.1)
118-
activerecord (7.1.4.1)
119-
activemodel (= 7.1.4.1)
120-
activesupport (= 7.1.4.1)
116+
activemodel (7.1.5)
117+
activesupport (= 7.1.5)
118+
activerecord (7.1.5)
119+
activemodel (= 7.1.5)
120+
activesupport (= 7.1.5)
121121
timeout (>= 0.4.0)
122122
activerecord-import (1.8.1)
123123
activerecord (>= 4.2)
124124
activerecord-postgis-adapter (9.0.2)
125125
activerecord (~> 7.1.0)
126126
rgeo-activerecord (~> 7.0.0)
127-
activestorage (7.1.4.1)
128-
actionpack (= 7.1.4.1)
129-
activejob (= 7.1.4.1)
130-
activerecord (= 7.1.4.1)
131-
activesupport (= 7.1.4.1)
127+
activestorage (7.1.5)
128+
actionpack (= 7.1.5)
129+
activejob (= 7.1.5)
130+
activerecord (= 7.1.5)
131+
activesupport (= 7.1.5)
132132
marcel (~> 1.0)
133-
activesupport (7.1.4.1)
133+
activesupport (7.1.5)
134134
base64
135+
benchmark (>= 0.3)
135136
bigdecimal
136137
concurrent-ruby (~> 1.0, >= 1.0.2)
137138
connection_pool (>= 2.2.5)
138139
drb
139140
i18n (>= 1.6, < 2)
141+
logger (>= 1.4.2)
140142
minitest (>= 5.1)
141143
mutex_m
144+
securerandom (>= 0.3)
142145
tzinfo (~> 2.0)
143146
addressable (2.8.7)
144147
public_suffix (>= 2.0.2, < 7.0)
@@ -172,6 +175,7 @@ GEM
172175
thread_safe (~> 0.3, >= 0.3.1)
173176
base64 (0.2.0)
174177
bcrypt (3.1.20)
178+
benchmark (0.4.0)
175179
better_errors (2.10.1)
176180
erubi (>= 1.0.0)
177181
rack (>= 0.9.0)
@@ -226,7 +230,7 @@ GEM
226230
activerecord (>= 5.a)
227231
database_cleaner-core (~> 2.0.0)
228232
database_cleaner-core (2.0.1)
229-
date (3.3.4)
233+
date (3.4.0)
230234
debug_inspector (1.2.0)
231235
declarative (0.0.20)
232236
descendants_tracker (0.0.4)
@@ -397,7 +401,7 @@ GEM
397401
mutex_m (0.2.0)
398402
net-http (0.4.1)
399403
uri
400-
net-imap (0.4.17)
404+
net-imap (0.5.1)
401405
date
402406
net-protocol
403407
net-pop (0.1.2)
@@ -406,7 +410,7 @@ GEM
406410
timeout
407411
net-smtp (0.5.0)
408412
net-protocol
409-
nio4r (2.7.3)
413+
nio4r (2.7.4)
410414
nokogiri (1.16.7-x86_64-linux)
411415
racc (~> 1.4)
412416
noticed (2.4.3)
@@ -430,7 +434,7 @@ GEM
430434
pry (0.14.2)
431435
coderay (~> 1.1)
432436
method_source (~> 1.0)
433-
psych (5.1.2)
437+
psych (5.2.0)
434438
stringio
435439
public_suffix (6.0.1)
436440
puma (6.4.3)
@@ -450,23 +454,22 @@ GEM
450454
rack (>= 3.0.0)
451455
rack-test (2.1.0)
452456
rack (>= 1.3)
453-
rackup (2.1.0)
457+
rackup (2.2.1)
454458
rack (>= 3)
455-
webrick (~> 1.8)
456-
rails (7.1.4.1)
457-
actioncable (= 7.1.4.1)
458-
actionmailbox (= 7.1.4.1)
459-
actionmailer (= 7.1.4.1)
460-
actionpack (= 7.1.4.1)
461-
actiontext (= 7.1.4.1)
462-
actionview (= 7.1.4.1)
463-
activejob (= 7.1.4.1)
464-
activemodel (= 7.1.4.1)
465-
activerecord (= 7.1.4.1)
466-
activestorage (= 7.1.4.1)
467-
activesupport (= 7.1.4.1)
459+
rails (7.1.5)
460+
actioncable (= 7.1.5)
461+
actionmailbox (= 7.1.5)
462+
actionmailer (= 7.1.5)
463+
actionpack (= 7.1.5)
464+
actiontext (= 7.1.5)
465+
actionview (= 7.1.5)
466+
activejob (= 7.1.5)
467+
activemodel (= 7.1.5)
468+
activerecord (= 7.1.5)
469+
activestorage (= 7.1.5)
470+
activesupport (= 7.1.5)
468471
bundler (>= 1.15.0)
469-
railties (= 7.1.4.1)
472+
railties (= 7.1.5)
470473
rails-dom-testing (2.2.0)
471474
activesupport (>= 5.0.0)
472475
minitest
@@ -477,9 +480,9 @@ GEM
477480
rails-i18n (7.0.9)
478481
i18n (>= 0.7, < 2)
479482
railties (>= 6.0.0, < 8)
480-
railties (7.1.4.1)
481-
actionpack (= 7.1.4.1)
482-
activesupport (= 7.1.4.1)
483+
railties (7.1.5)
484+
actionpack (= 7.1.5)
485+
activesupport (= 7.1.5)
483486
irb
484487
rackup (>= 1.0.0)
485488
rake (>= 12.2)
@@ -509,7 +512,7 @@ GEM
509512
activemodel (>= 5.0)
510513
reform (>= 2.3.1, < 3.0.0)
511514
regexp_parser (2.9.2)
512-
reline (0.5.10)
515+
reline (0.5.11)
513516
io-console (~> 0.5)
514517
representable (3.2.0)
515518
declarative (< 0.1.0)
@@ -587,6 +590,7 @@ GEM
587590
ffi (~> 1.9)
588591
sassc-embedded (1.78.0)
589592
sass-embedded (~> 1.78)
593+
securerandom (0.3.2)
590594
selenium-webdriver (4.26.0)
591595
base64 (~> 0.2)
592596
logger (~> 1.4)
@@ -628,7 +632,7 @@ GEM
628632
stackprof (0.2.26)
629633
stimulus-rails (1.3.4)
630634
railties (>= 6.0.0)
631-
stringio (3.1.1)
635+
stringio (3.1.2)
632636
sync (0.5.0)
633637
term-ansicolor (1.11.2)
634638
tins (~> 1.0)
@@ -637,7 +641,7 @@ GEM
637641
thor (1.3.2)
638642
thread_safe (0.3.6)
639643
tilt (2.4.0)
640-
timeout (0.4.1)
644+
timeout (0.4.2)
641645
tins (1.33.0)
642646
bigdecimal
643647
sync
@@ -675,7 +679,6 @@ GEM
675679
nokogiri (~> 1.6)
676680
rubyzip (>= 1.3.0)
677681
selenium-webdriver (~> 4.0)
678-
webrick (1.8.2)
679682
websocket (1.2.11)
680683
websocket-driver (0.7.6)
681684
websocket-extensions (>= 0.1.0)
@@ -715,7 +718,7 @@ DEPENDENCIES
715718
pundit-resources (~> 1.1.4)!
716719
rack-mini-profiler
717720
rack-protection
718-
rails (~> 7.1.3)
721+
rails (~> 7.1.5)
719722
rb-readline
720723
rbtrace
721724
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)