Skip to content

Commit a393aa5

Browse files
Update rails requirement from >= 7.1, < 8 to >= 7.1, < 9
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.2.2.2...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8421f46 commit a393aa5

File tree

2 files changed

+77
-70
lines changed

2 files changed

+77
-70
lines changed

Gemfile.lock

Lines changed: 76 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,98 +2,100 @@ PATH
22
remote: .
33
specs:
44
reported (0.1.0)
5-
rails (>= 7.1, < 8)
5+
rails (>= 7.1, < 9)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.2.2.2)
11-
actionpack (= 7.2.2.2)
12-
activesupport (= 7.2.2.2)
10+
action_text-trix (2.1.15)
11+
railties
12+
actioncable (8.1.1)
13+
actionpack (= 8.1.1)
14+
activesupport (= 8.1.1)
1315
nio4r (~> 2.0)
1416
websocket-driver (>= 0.6.1)
1517
zeitwerk (~> 2.6)
16-
actionmailbox (7.2.2.2)
17-
actionpack (= 7.2.2.2)
18-
activejob (= 7.2.2.2)
19-
activerecord (= 7.2.2.2)
20-
activestorage (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
18+
actionmailbox (8.1.1)
19+
actionpack (= 8.1.1)
20+
activejob (= 8.1.1)
21+
activerecord (= 8.1.1)
22+
activestorage (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
23-
actionmailer (7.2.2.2)
24-
actionpack (= 7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activejob (= 7.2.2.2)
27-
activesupport (= 7.2.2.2)
25+
actionmailer (8.1.1)
26+
actionpack (= 8.1.1)
27+
actionview (= 8.1.1)
28+
activejob (= 8.1.1)
29+
activesupport (= 8.1.1)
2830
mail (>= 2.8.0)
2931
rails-dom-testing (~> 2.2)
30-
actionpack (7.2.2.2)
31-
actionview (= 7.2.2.2)
32-
activesupport (= 7.2.2.2)
32+
actionpack (8.1.1)
33+
actionview (= 8.1.1)
34+
activesupport (= 8.1.1)
3335
nokogiri (>= 1.8.5)
34-
racc
35-
rack (>= 2.2.4, < 3.2)
36+
rack (>= 2.2.4)
3637
rack-session (>= 1.0.1)
3738
rack-test (>= 0.6.3)
3839
rails-dom-testing (~> 2.2)
3940
rails-html-sanitizer (~> 1.6)
4041
useragent (~> 0.16)
41-
actiontext (7.2.2.2)
42-
actionpack (= 7.2.2.2)
43-
activerecord (= 7.2.2.2)
44-
activestorage (= 7.2.2.2)
45-
activesupport (= 7.2.2.2)
42+
actiontext (8.1.1)
43+
action_text-trix (~> 2.1.15)
44+
actionpack (= 8.1.1)
45+
activerecord (= 8.1.1)
46+
activestorage (= 8.1.1)
47+
activesupport (= 8.1.1)
4648
globalid (>= 0.6.0)
4749
nokogiri (>= 1.8.5)
48-
actionview (7.2.2.2)
49-
activesupport (= 7.2.2.2)
50+
actionview (8.1.1)
51+
activesupport (= 8.1.1)
5052
builder (~> 3.1)
5153
erubi (~> 1.11)
5254
rails-dom-testing (~> 2.2)
5355
rails-html-sanitizer (~> 1.6)
54-
activejob (7.2.2.2)
55-
activesupport (= 7.2.2.2)
56+
activejob (8.1.1)
57+
activesupport (= 8.1.1)
5658
globalid (>= 0.3.6)
57-
activemodel (7.2.2.2)
58-
activesupport (= 7.2.2.2)
59-
activerecord (7.2.2.2)
60-
activemodel (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
59+
activemodel (8.1.1)
60+
activesupport (= 8.1.1)
61+
activerecord (8.1.1)
62+
activemodel (= 8.1.1)
63+
activesupport (= 8.1.1)
6264
timeout (>= 0.4.0)
63-
activestorage (7.2.2.2)
64-
actionpack (= 7.2.2.2)
65-
activejob (= 7.2.2.2)
66-
activerecord (= 7.2.2.2)
67-
activesupport (= 7.2.2.2)
65+
activestorage (8.1.1)
66+
actionpack (= 8.1.1)
67+
activejob (= 8.1.1)
68+
activerecord (= 8.1.1)
69+
activesupport (= 8.1.1)
6870
marcel (~> 1.0)
69-
activesupport (7.2.2.2)
71+
activesupport (8.1.1)
7072
base64
71-
benchmark (>= 0.3)
7273
bigdecimal
7374
concurrent-ruby (~> 1.0, >= 1.3.1)
7475
connection_pool (>= 2.2.5)
7576
drb
7677
i18n (>= 1.6, < 2)
78+
json
7779
logger (>= 1.4.2)
7880
minitest (>= 5.1)
7981
securerandom (>= 0.3)
8082
tzinfo (~> 2.0, >= 2.0.5)
83+
uri (>= 0.13.1)
8184
addressable (2.8.7)
8285
public_suffix (>= 2.0.2, < 7.0)
8386
ast (2.4.3)
8487
base64 (0.3.0)
85-
benchmark (0.4.1)
86-
bigdecimal (3.2.3)
88+
bigdecimal (3.3.1)
8789
builder (3.3.0)
8890
concurrent-ruby (1.3.5)
8991
connection_pool (2.5.4)
9092
crack (1.0.0)
9193
bigdecimal
9294
rexml
9395
crass (1.0.6)
94-
date (3.4.1)
96+
date (3.5.0)
9597
drb (2.2.3)
96-
erb (5.0.2)
98+
erb (5.1.3)
9799
erubi (1.13.1)
98100
globalid (1.3.0)
99101
activesupport (>= 6.1)
@@ -112,16 +114,17 @@ GEM
112114
loofah (2.24.1)
113115
crass (~> 1.0.2)
114116
nokogiri (>= 1.12.0)
115-
mail (2.8.1)
117+
mail (2.9.0)
118+
logger
116119
mini_mime (>= 0.1.1)
117120
net-imap
118121
net-pop
119122
net-smtp
120123
marcel (1.1.0)
121124
mini_mime (1.1.5)
122125
mini_portile2 (2.8.9)
123-
minitest (5.25.5)
124-
net-imap (0.5.11)
126+
minitest (5.26.0)
127+
net-imap (0.5.12)
125128
date
126129
net-protocol
127130
net-pop (0.1.2)
@@ -138,7 +141,7 @@ GEM
138141
parser (3.3.9.0)
139142
ast (~> 2.4.1)
140143
racc
141-
pp (0.6.2)
144+
pp (0.6.3)
142145
prettyprint
143146
prettyprint (0.2.0)
144147
prism (1.5.1)
@@ -153,48 +156,50 @@ GEM
153156
puma (7.0.4)
154157
nio4r (~> 2.0)
155158
racc (1.8.1)
156-
rack (3.1.16)
159+
rack (3.2.3)
157160
rack-session (2.1.1)
158161
base64 (>= 0.1.0)
159162
rack (>= 3.0.0)
160163
rack-test (2.2.0)
161164
rack (>= 1.3)
162165
rackup (2.2.1)
163166
rack (>= 3)
164-
rails (7.2.2.2)
165-
actioncable (= 7.2.2.2)
166-
actionmailbox (= 7.2.2.2)
167-
actionmailer (= 7.2.2.2)
168-
actionpack (= 7.2.2.2)
169-
actiontext (= 7.2.2.2)
170-
actionview (= 7.2.2.2)
171-
activejob (= 7.2.2.2)
172-
activemodel (= 7.2.2.2)
173-
activerecord (= 7.2.2.2)
174-
activestorage (= 7.2.2.2)
175-
activesupport (= 7.2.2.2)
167+
rails (8.1.1)
168+
actioncable (= 8.1.1)
169+
actionmailbox (= 8.1.1)
170+
actionmailer (= 8.1.1)
171+
actionpack (= 8.1.1)
172+
actiontext (= 8.1.1)
173+
actionview (= 8.1.1)
174+
activejob (= 8.1.1)
175+
activemodel (= 8.1.1)
176+
activerecord (= 8.1.1)
177+
activestorage (= 8.1.1)
178+
activesupport (= 8.1.1)
176179
bundler (>= 1.15.0)
177-
railties (= 7.2.2.2)
180+
railties (= 8.1.1)
178181
rails-dom-testing (2.3.0)
179182
activesupport (>= 5.0.0)
180183
minitest
181184
nokogiri (>= 1.6)
182185
rails-html-sanitizer (1.6.2)
183186
loofah (~> 2.21)
184187
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
185-
railties (7.2.2.2)
186-
actionpack (= 7.2.2.2)
187-
activesupport (= 7.2.2.2)
188+
railties (8.1.1)
189+
actionpack (= 8.1.1)
190+
activesupport (= 8.1.1)
188191
irb (~> 1.13)
189192
rackup (>= 1.0.0)
190193
rake (>= 12.2)
191194
thor (~> 1.0, >= 1.2.2)
195+
tsort (>= 0.2)
192196
zeitwerk (~> 2.6)
193197
rainbow (3.1.1)
194-
rake (13.3.0)
195-
rdoc (6.14.2)
198+
rake (13.3.1)
199+
rdoc (6.15.0)
196200
erb
197201
psych (>= 4.0.0)
202+
tsort
198203
regexp_parser (2.11.3)
199204
reline (0.6.2)
200205
io-console (~> 0.5)
@@ -247,12 +252,14 @@ GEM
247252
mini_portile2 (~> 2.8.0)
248253
stringio (3.1.7)
249254
thor (1.4.0)
250-
timeout (0.4.3)
255+
timeout (0.4.4)
256+
tsort (0.2.0)
251257
tzinfo (2.0.6)
252258
concurrent-ruby (~> 1.0)
253259
unicode-display_width (3.2.0)
254260
unicode-emoji (~> 4.1)
255261
unicode-emoji (4.1.0)
262+
uri (1.0.4)
256263
useragent (0.16.11)
257264
webmock (3.25.1)
258265
addressable (>= 2.8.0)

reported.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
2727

2828
spec.required_ruby_version = '>= 3.4'
2929

30-
spec.add_dependency 'rails', '>= 7.1', '< 8'
30+
spec.add_dependency 'rails', '>= 7.1', '< 9'
3131
end

0 commit comments

Comments
 (0)