Skip to content

Commit 934a3b8

Browse files
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.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] <support@github.com>
1 parent 7a50b6f commit 934a3b8

File tree

2 files changed

+69
-65
lines changed

2 files changed

+69
-65
lines changed

Gemfile.lock

+68-64
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,92 @@ PATH
22
remote: .
33
specs:
44
rails-footnotes (7.1.1)
5-
rails (~> 7.0)
5+
rails (>= 7, < 9)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.4.1)
11-
actionpack (= 7.1.4.1)
12-
activesupport (= 7.1.4.1)
10+
actioncable (7.1.5)
11+
actionpack (= 7.1.5)
12+
activesupport (= 7.1.5)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.4.1)
17-
actionpack (= 7.1.4.1)
18-
activejob (= 7.1.4.1)
19-
activerecord (= 7.1.4.1)
20-
activestorage (= 7.1.4.1)
21-
activesupport (= 7.1.4.1)
16+
actionmailbox (7.1.5)
17+
actionpack (= 7.1.5)
18+
activejob (= 7.1.5)
19+
activerecord (= 7.1.5)
20+
activestorage (= 7.1.5)
21+
activesupport (= 7.1.5)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.1.4.1)
27-
actionpack (= 7.1.4.1)
28-
actionview (= 7.1.4.1)
29-
activejob (= 7.1.4.1)
30-
activesupport (= 7.1.4.1)
26+
actionmailer (7.1.5)
27+
actionpack (= 7.1.5)
28+
actionview (= 7.1.5)
29+
activejob (= 7.1.5)
30+
activesupport (= 7.1.5)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.2)
36-
actionpack (7.1.4.1)
37-
actionview (= 7.1.4.1)
38-
activesupport (= 7.1.4.1)
36+
actionpack (7.1.5)
37+
actionview (= 7.1.5)
38+
activesupport (= 7.1.5)
3939
nokogiri (>= 1.8.5)
4040
racc
4141
rack (>= 2.2.4)
4242
rack-session (>= 1.0.1)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.2)
4545
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.4.1)
47-
actionpack (= 7.1.4.1)
48-
activerecord (= 7.1.4.1)
49-
activestorage (= 7.1.4.1)
50-
activesupport (= 7.1.4.1)
46+
actiontext (7.1.5)
47+
actionpack (= 7.1.5)
48+
activerecord (= 7.1.5)
49+
activestorage (= 7.1.5)
50+
activesupport (= 7.1.5)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.1.4.1)
54-
activesupport (= 7.1.4.1)
53+
actionview (7.1.5)
54+
activesupport (= 7.1.5)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.1.4.1)
60-
activesupport (= 7.1.4.1)
59+
activejob (7.1.5)
60+
activesupport (= 7.1.5)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.4.1)
63-
activesupport (= 7.1.4.1)
64-
activerecord (7.1.4.1)
65-
activemodel (= 7.1.4.1)
66-
activesupport (= 7.1.4.1)
62+
activemodel (7.1.5)
63+
activesupport (= 7.1.5)
64+
activerecord (7.1.5)
65+
activemodel (= 7.1.5)
66+
activesupport (= 7.1.5)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.4.1)
69-
actionpack (= 7.1.4.1)
70-
activejob (= 7.1.4.1)
71-
activerecord (= 7.1.4.1)
72-
activesupport (= 7.1.4.1)
68+
activestorage (7.1.5)
69+
actionpack (= 7.1.5)
70+
activejob (= 7.1.5)
71+
activerecord (= 7.1.5)
72+
activesupport (= 7.1.5)
7373
marcel (~> 1.0)
74-
activesupport (7.1.4.1)
74+
activesupport (7.1.5)
7575
base64
76+
benchmark (>= 0.3)
7677
bigdecimal
7778
concurrent-ruby (~> 1.0, >= 1.0.2)
7879
connection_pool (>= 2.2.5)
7980
drb
8081
i18n (>= 1.6, < 2)
82+
logger (>= 1.4.2)
8183
minitest (>= 5.1)
8284
mutex_m
85+
securerandom (>= 0.3)
8386
tzinfo (~> 2.0)
8487
addressable (2.8.6)
8588
public_suffix (>= 2.0.2, < 6.0)
8689
base64 (0.2.0)
90+
benchmark (0.4.0)
8791
bigdecimal (3.1.8)
8892
builder (3.3.0)
8993
capybara (3.40.0)
@@ -109,9 +113,10 @@ GEM
109113
i18n (1.14.6)
110114
concurrent-ruby (~> 1.0)
111115
io-console (0.7.2)
112-
irb (1.14.0)
116+
irb (1.14.1)
113117
rdoc (>= 4.0.0)
114118
reline (>= 0.4.2)
119+
logger (1.6.1)
115120
loofah (2.23.1)
116121
crass (~> 1.0.2)
117122
nokogiri (>= 1.12.0)
@@ -125,7 +130,7 @@ GEM
125130
method_source (1.0.0)
126131
mini_mime (1.1.5)
127132
minitest (5.25.1)
128-
mutex_m (0.2.0)
133+
mutex_m (0.3.0)
129134
net-imap (0.4.18)
130135
date
131136
net-protocol
@@ -135,15 +140,15 @@ GEM
135140
timeout
136141
net-smtp (0.5.0)
137142
net-protocol
138-
nio4r (2.7.3)
143+
nio4r (2.7.4)
139144
nokogiri (1.16.7-arm64-darwin)
140145
racc (~> 1.4)
141146
nokogiri (1.16.7-x86_64-linux)
142147
racc (~> 1.4)
143148
pry (0.14.2)
144149
coderay (~> 1.1)
145150
method_source (~> 1.0)
146-
psych (5.1.2)
151+
psych (5.2.0)
147152
stringio
148153
public_suffix (5.0.4)
149154
racc (1.8.1)
@@ -152,43 +157,42 @@ GEM
152157
rack (>= 3.0.0)
153158
rack-test (2.1.0)
154159
rack (>= 1.3)
155-
rackup (2.1.0)
160+
rackup (2.2.1)
156161
rack (>= 3)
157-
webrick (~> 1.8)
158-
rails (7.1.4.1)
159-
actioncable (= 7.1.4.1)
160-
actionmailbox (= 7.1.4.1)
161-
actionmailer (= 7.1.4.1)
162-
actionpack (= 7.1.4.1)
163-
actiontext (= 7.1.4.1)
164-
actionview (= 7.1.4.1)
165-
activejob (= 7.1.4.1)
166-
activemodel (= 7.1.4.1)
167-
activerecord (= 7.1.4.1)
168-
activestorage (= 7.1.4.1)
169-
activesupport (= 7.1.4.1)
162+
rails (7.1.5)
163+
actioncable (= 7.1.5)
164+
actionmailbox (= 7.1.5)
165+
actionmailer (= 7.1.5)
166+
actionpack (= 7.1.5)
167+
actiontext (= 7.1.5)
168+
actionview (= 7.1.5)
169+
activejob (= 7.1.5)
170+
activemodel (= 7.1.5)
171+
activerecord (= 7.1.5)
172+
activestorage (= 7.1.5)
173+
activesupport (= 7.1.5)
170174
bundler (>= 1.15.0)
171-
railties (= 7.1.4.1)
175+
railties (= 7.1.5)
172176
rails-dom-testing (2.2.0)
173177
activesupport (>= 5.0.0)
174178
minitest
175179
nokogiri (>= 1.6)
176180
rails-html-sanitizer (1.6.0)
177181
loofah (~> 2.21)
178182
nokogiri (~> 1.14)
179-
railties (7.1.4.1)
180-
actionpack (= 7.1.4.1)
181-
activesupport (= 7.1.4.1)
183+
railties (7.1.5)
184+
actionpack (= 7.1.5)
185+
activesupport (= 7.1.5)
182186
irb
183187
rackup (>= 1.0.0)
184188
rake (>= 12.2)
185189
thor (~> 1.0, >= 1.2.2)
186190
zeitwerk (~> 2.6)
187191
rake (13.2.1)
188-
rdoc (6.7.0)
192+
rdoc (6.8.1)
189193
psych (>= 4.0.0)
190194
regexp_parser (2.9.0)
191-
reline (0.5.9)
195+
reline (0.5.11)
192196
io-console (~> 0.5)
193197
rspec-core (3.13.0)
194198
rspec-support (~> 3.13.0)
@@ -207,6 +211,7 @@ GEM
207211
rspec-mocks (~> 3.13)
208212
rspec-support (~> 3.13)
209213
rspec-support (3.13.1)
214+
securerandom (0.3.2)
210215
sprockets (4.2.1)
211216
concurrent-ruby (~> 1.0)
212217
rack (>= 2.2.4, < 4)
@@ -216,12 +221,11 @@ GEM
216221
sprockets (>= 3.0.0)
217222
sqlite3 (2.0.4-arm64-darwin)
218223
sqlite3 (2.0.4-x86_64-linux-gnu)
219-
stringio (3.1.1)
224+
stringio (3.1.2)
220225
thor (1.3.2)
221226
timeout (0.4.2)
222227
tzinfo (2.0.6)
223228
concurrent-ruby (~> 1.0)
224-
webrick (1.8.2)
225229
websocket-driver (0.7.6)
226230
websocket-extensions (>= 0.1.0)
227231
websocket-extensions (0.1.5)

rails-footnotes.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}
1010
s.description = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}
1111

12-
s.add_dependency "rails", "~> 7.0"
12+
s.add_dependency "rails", ">= 7", "< 9"
1313
s.required_ruby_version = ">= 3.0"
1414

1515
# Specify which files should be added to the gem when it is released.

0 commit comments

Comments
 (0)