Skip to content

Commit 4002b7d

Browse files
chore(deps): update rails requirement from ~> 7.0 to >= 7, < 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.3...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 6d06a33 commit 4002b7d

3 files changed

Lines changed: 66 additions & 67 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gemspec
4-
gem 'rails', '~> 7.0'
4+
gem 'rails', '~> 8.1'
55

66
# Development dependencies
77
group :development, :test do

Gemfile.lock

Lines changed: 64 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -3,94 +3,93 @@ PATH
33
specs:
44
break_escape (1.0.0)
55
pundit (~> 2.3)
6-
rails (~> 7.0)
6+
rails (>= 7, < 9)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.2.3)
12-
actionpack (= 7.2.3)
13-
activesupport (= 7.2.3)
11+
action_text-trix (2.1.15)
12+
railties
13+
actioncable (8.1.1)
14+
actionpack (= 8.1.1)
15+
activesupport (= 8.1.1)
1416
nio4r (~> 2.0)
1517
websocket-driver (>= 0.6.1)
1618
zeitwerk (~> 2.6)
17-
actionmailbox (7.2.3)
18-
actionpack (= 7.2.3)
19-
activejob (= 7.2.3)
20-
activerecord (= 7.2.3)
21-
activestorage (= 7.2.3)
22-
activesupport (= 7.2.3)
19+
actionmailbox (8.1.1)
20+
actionpack (= 8.1.1)
21+
activejob (= 8.1.1)
22+
activerecord (= 8.1.1)
23+
activestorage (= 8.1.1)
24+
activesupport (= 8.1.1)
2325
mail (>= 2.8.0)
24-
actionmailer (7.2.3)
25-
actionpack (= 7.2.3)
26-
actionview (= 7.2.3)
27-
activejob (= 7.2.3)
28-
activesupport (= 7.2.3)
26+
actionmailer (8.1.1)
27+
actionpack (= 8.1.1)
28+
actionview (= 8.1.1)
29+
activejob (= 8.1.1)
30+
activesupport (= 8.1.1)
2931
mail (>= 2.8.0)
3032
rails-dom-testing (~> 2.2)
31-
actionpack (7.2.3)
32-
actionview (= 7.2.3)
33-
activesupport (= 7.2.3)
34-
cgi
33+
actionpack (8.1.1)
34+
actionview (= 8.1.1)
35+
activesupport (= 8.1.1)
3536
nokogiri (>= 1.8.5)
36-
racc
37-
rack (>= 2.2.4, < 3.3)
37+
rack (>= 2.2.4)
3838
rack-session (>= 1.0.1)
3939
rack-test (>= 0.6.3)
4040
rails-dom-testing (~> 2.2)
4141
rails-html-sanitizer (~> 1.6)
4242
useragent (~> 0.16)
43-
actiontext (7.2.3)
44-
actionpack (= 7.2.3)
45-
activerecord (= 7.2.3)
46-
activestorage (= 7.2.3)
47-
activesupport (= 7.2.3)
43+
actiontext (8.1.1)
44+
action_text-trix (~> 2.1.15)
45+
actionpack (= 8.1.1)
46+
activerecord (= 8.1.1)
47+
activestorage (= 8.1.1)
48+
activesupport (= 8.1.1)
4849
globalid (>= 0.6.0)
4950
nokogiri (>= 1.8.5)
50-
actionview (7.2.3)
51-
activesupport (= 7.2.3)
51+
actionview (8.1.1)
52+
activesupport (= 8.1.1)
5253
builder (~> 3.1)
53-
cgi
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (7.2.3)
58-
activesupport (= 7.2.3)
57+
activejob (8.1.1)
58+
activesupport (= 8.1.1)
5959
globalid (>= 0.3.6)
60-
activemodel (7.2.3)
61-
activesupport (= 7.2.3)
62-
activerecord (7.2.3)
63-
activemodel (= 7.2.3)
64-
activesupport (= 7.2.3)
60+
activemodel (8.1.1)
61+
activesupport (= 8.1.1)
62+
activerecord (8.1.1)
63+
activemodel (= 8.1.1)
64+
activesupport (= 8.1.1)
6565
timeout (>= 0.4.0)
66-
activestorage (7.2.3)
67-
actionpack (= 7.2.3)
68-
activejob (= 7.2.3)
69-
activerecord (= 7.2.3)
70-
activesupport (= 7.2.3)
66+
activestorage (8.1.1)
67+
actionpack (= 8.1.1)
68+
activejob (= 8.1.1)
69+
activerecord (= 8.1.1)
70+
activesupport (= 8.1.1)
7171
marcel (~> 1.0)
72-
activesupport (7.2.3)
72+
activesupport (8.1.1)
7373
base64
74-
benchmark (>= 0.3)
7574
bigdecimal
7675
concurrent-ruby (~> 1.0, >= 1.3.1)
7776
connection_pool (>= 2.2.5)
7877
drb
7978
i18n (>= 1.6, < 2)
79+
json
8080
logger (>= 1.4.2)
8181
minitest (>= 5.1)
8282
securerandom (>= 0.3)
8383
tzinfo (~> 2.0, >= 2.0.5)
84+
uri (>= 0.13.1)
8485
ast (2.4.3)
8586
base64 (0.3.0)
86-
benchmark (0.5.0)
8787
bigdecimal (3.3.1)
8888
builder (3.3.0)
8989
byebug (12.0.0)
90-
cgi (0.5.0)
9190
coderay (1.1.3)
9291
concurrent-ruby (1.3.5)
93-
connection_pool (2.5.4)
92+
connection_pool (2.5.5)
9493
crass (1.0.6)
9594
date (3.5.0)
9695
drb (2.2.3)
@@ -178,31 +177,30 @@ GEM
178177
rack (>= 1.3)
179178
rackup (2.2.1)
180179
rack (>= 3)
181-
rails (7.2.3)
182-
actioncable (= 7.2.3)
183-
actionmailbox (= 7.2.3)
184-
actionmailer (= 7.2.3)
185-
actionpack (= 7.2.3)
186-
actiontext (= 7.2.3)
187-
actionview (= 7.2.3)
188-
activejob (= 7.2.3)
189-
activemodel (= 7.2.3)
190-
activerecord (= 7.2.3)
191-
activestorage (= 7.2.3)
192-
activesupport (= 7.2.3)
180+
rails (8.1.1)
181+
actioncable (= 8.1.1)
182+
actionmailbox (= 8.1.1)
183+
actionmailer (= 8.1.1)
184+
actionpack (= 8.1.1)
185+
actiontext (= 8.1.1)
186+
actionview (= 8.1.1)
187+
activejob (= 8.1.1)
188+
activemodel (= 8.1.1)
189+
activerecord (= 8.1.1)
190+
activestorage (= 8.1.1)
191+
activesupport (= 8.1.1)
193192
bundler (>= 1.15.0)
194-
railties (= 7.2.3)
193+
railties (= 8.1.1)
195194
rails-dom-testing (2.3.0)
196195
activesupport (>= 5.0.0)
197196
minitest
198197
nokogiri (>= 1.6)
199198
rails-html-sanitizer (1.6.2)
200199
loofah (~> 2.21)
201200
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)
202-
railties (7.2.3)
203-
actionpack (= 7.2.3)
204-
activesupport (= 7.2.3)
205-
cgi
201+
railties (8.1.1)
202+
actionpack (= 8.1.1)
203+
activesupport (= 8.1.1)
206204
irb (~> 1.13)
207205
rackup (>= 1.0.0)
208206
rake (>= 12.2)
@@ -211,7 +209,7 @@ GEM
211209
zeitwerk (~> 2.6)
212210
rainbow (3.1.1)
213211
rake (13.3.1)
214-
rdoc (6.15.1)
212+
rdoc (6.16.0)
215213
erb
216214
psych (>= 4.0.0)
217215
tsort
@@ -265,6 +263,7 @@ GEM
265263
unicode-display_width (3.2.0)
266264
unicode-emoji (~> 4.1)
267265
unicode-emoji (4.1.0)
266+
uri (1.1.1)
268267
useragent (0.16.11)
269268
websocket-driver (0.8.0)
270269
base64
@@ -287,7 +286,7 @@ DEPENDENCIES
287286
pry
288287
pry-byebug
289288
puma
290-
rails (~> 7.0)
289+
rails (~> 8.1)
291290
rubocop-rails-omakase
292291
sqlite3
293292

break_escape.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Gem::Specification.new do |spec|
1313
Dir["{app,config,db,lib,public}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1414
end
1515

16-
spec.add_dependency "rails", "~> 7.0"
16+
spec.add_dependency "rails", ">= 7", "< 9"
1717
spec.add_dependency "pundit", "~> 2.3"
1818
end

0 commit comments

Comments
 (0)