Skip to content

Commit 30cd15f

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 7f6071a commit 30cd15f

File tree

3 files changed

+64
-59
lines changed

3 files changed

+64
-59
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: 62 additions & 57 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.17.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)
@@ -398,7 +402,7 @@ GEM
398402
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)
@@ -454,20 +458,20 @@ GEM
454458
rack (>= 1.3)
455459
rackup (2.2.1)
456460
rack (>= 3)
457-
rails (7.1.4.1)
458-
actioncable (= 7.1.4.1)
459-
actionmailbox (= 7.1.4.1)
460-
actionmailer (= 7.1.4.1)
461-
actionpack (= 7.1.4.1)
462-
actiontext (= 7.1.4.1)
463-
actionview (= 7.1.4.1)
464-
activejob (= 7.1.4.1)
465-
activemodel (= 7.1.4.1)
466-
activerecord (= 7.1.4.1)
467-
activestorage (= 7.1.4.1)
468-
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)
469473
bundler (>= 1.15.0)
470-
railties (= 7.1.4.1)
474+
railties (= 7.1.5)
471475
rails-dom-testing (2.2.0)
472476
activesupport (>= 5.0.0)
473477
minitest
@@ -478,9 +482,9 @@ GEM
478482
rails-i18n (7.0.9)
479483
i18n (>= 0.7, < 2)
480484
railties (>= 6.0.0, < 8)
481-
railties (7.1.4.1)
482-
actionpack (= 7.1.4.1)
483-
activesupport (= 7.1.4.1)
485+
railties (7.1.5)
486+
actionpack (= 7.1.5)
487+
activesupport (= 7.1.5)
484488
irb
485489
rackup (>= 1.0.0)
486490
rake (>= 12.2)
@@ -588,6 +592,7 @@ GEM
588592
ffi (~> 1.9)
589593
sassc-embedded (1.78.0)
590594
sass-embedded (~> 1.78)
595+
securerandom (0.3.2)
591596
selenium-webdriver (4.27.0)
592597
base64 (~> 0.2)
593598
logger (~> 1.4)
@@ -715,7 +720,7 @@ DEPENDENCIES
715720
pundit-resources (~> 1.1.4)!
716721
rack-mini-profiler
717722
rack-protection
718-
rails (~> 7.1.3)
723+
rails (~> 7.1.5)
719724
rb-readline
720725
rbtrace
721726
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.17.0'
5858
spec.add_dependency 'sprockets-rails'

0 commit comments

Comments
 (0)