Skip to content

Commit 1c61486

Browse files
committed
Update activesupport requirement to allow 8.0
1 parent 6cfd879 commit 1c61486

File tree

2 files changed

+116
-103
lines changed

2 files changed

+116
-103
lines changed

Gemfile.lock

Lines changed: 114 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -11,105 +11,105 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.1.3.4)
15-
actionpack (= 7.1.3.4)
16-
activesupport (= 7.1.3.4)
14+
actioncable (7.2.2.1)
15+
actionpack (= 7.2.2.1)
16+
activesupport (= 7.2.2.1)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (7.1.3.4)
21-
actionpack (= 7.1.3.4)
22-
activejob (= 7.1.3.4)
23-
activerecord (= 7.1.3.4)
24-
activestorage (= 7.1.3.4)
25-
activesupport (= 7.1.3.4)
26-
mail (>= 2.7.1)
27-
net-imap
28-
net-pop
29-
net-smtp
30-
actionmailer (7.1.3.4)
31-
actionpack (= 7.1.3.4)
32-
actionview (= 7.1.3.4)
33-
activejob (= 7.1.3.4)
34-
activesupport (= 7.1.3.4)
35-
mail (~> 2.5, >= 2.5.4)
36-
net-imap
37-
net-pop
38-
net-smtp
20+
actionmailbox (7.2.2.1)
21+
actionpack (= 7.2.2.1)
22+
activejob (= 7.2.2.1)
23+
activerecord (= 7.2.2.1)
24+
activestorage (= 7.2.2.1)
25+
activesupport (= 7.2.2.1)
26+
mail (>= 2.8.0)
27+
actionmailer (7.2.2.1)
28+
actionpack (= 7.2.2.1)
29+
actionview (= 7.2.2.1)
30+
activejob (= 7.2.2.1)
31+
activesupport (= 7.2.2.1)
32+
mail (>= 2.8.0)
3933
rails-dom-testing (~> 2.2)
40-
actionpack (7.1.3.4)
41-
actionview (= 7.1.3.4)
42-
activesupport (= 7.1.3.4)
34+
actionpack (7.2.2.1)
35+
actionview (= 7.2.2.1)
36+
activesupport (= 7.2.2.1)
4337
nokogiri (>= 1.8.5)
4438
racc
45-
rack (>= 2.2.4)
39+
rack (>= 2.2.4, < 3.2)
4640
rack-session (>= 1.0.1)
4741
rack-test (>= 0.6.3)
4842
rails-dom-testing (~> 2.2)
4943
rails-html-sanitizer (~> 1.6)
50-
actiontext (7.1.3.4)
51-
actionpack (= 7.1.3.4)
52-
activerecord (= 7.1.3.4)
53-
activestorage (= 7.1.3.4)
54-
activesupport (= 7.1.3.4)
44+
useragent (~> 0.16)
45+
actiontext (7.2.2.1)
46+
actionpack (= 7.2.2.1)
47+
activerecord (= 7.2.2.1)
48+
activestorage (= 7.2.2.1)
49+
activesupport (= 7.2.2.1)
5550
globalid (>= 0.6.0)
5651
nokogiri (>= 1.8.5)
57-
actionview (7.1.3.4)
58-
activesupport (= 7.1.3.4)
52+
actionview (7.2.2.1)
53+
activesupport (= 7.2.2.1)
5954
builder (~> 3.1)
6055
erubi (~> 1.11)
6156
rails-dom-testing (~> 2.2)
6257
rails-html-sanitizer (~> 1.6)
63-
activejob (7.1.3.4)
64-
activesupport (= 7.1.3.4)
58+
activejob (7.2.2.1)
59+
activesupport (= 7.2.2.1)
6560
globalid (>= 0.3.6)
66-
activemodel (7.1.3.4)
67-
activesupport (= 7.1.3.4)
68-
activerecord (7.1.3.4)
69-
activemodel (= 7.1.3.4)
70-
activesupport (= 7.1.3.4)
61+
activemodel (7.2.2.1)
62+
activesupport (= 7.2.2.1)
63+
activerecord (7.2.2.1)
64+
activemodel (= 7.2.2.1)
65+
activesupport (= 7.2.2.1)
7166
timeout (>= 0.4.0)
72-
activestorage (7.1.3.4)
73-
actionpack (= 7.1.3.4)
74-
activejob (= 7.1.3.4)
75-
activerecord (= 7.1.3.4)
76-
activesupport (= 7.1.3.4)
67+
activestorage (7.2.2.1)
68+
actionpack (= 7.2.2.1)
69+
activejob (= 7.2.2.1)
70+
activerecord (= 7.2.2.1)
71+
activesupport (= 7.2.2.1)
7772
marcel (~> 1.0)
78-
activesupport (7.1.3.4)
73+
activesupport (7.2.2.1)
7974
base64
75+
benchmark (>= 0.3)
8076
bigdecimal
81-
concurrent-ruby (~> 1.0, >= 1.0.2)
77+
concurrent-ruby (~> 1.0, >= 1.3.1)
8278
connection_pool (>= 2.2.5)
8379
drb
8480
i18n (>= 1.6, < 2)
81+
logger (>= 1.4.2)
8582
minitest (>= 5.1)
86-
mutex_m
87-
tzinfo (~> 2.0)
83+
securerandom (>= 0.3)
84+
tzinfo (~> 2.0, >= 2.0.5)
8885
ast (2.4.2)
8986
base64 (0.2.0)
90-
bigdecimal (3.1.8)
87+
benchmark (0.4.0)
88+
bigdecimal (3.1.9)
9189
builder (3.3.0)
9290
byebug (11.1.3)
9391
climate_control (1.2.0)
94-
concurrent-ruby (1.3.4)
95-
connection_pool (2.4.1)
92+
concurrent-ruby (1.3.5)
93+
connection_pool (2.5.3)
9694
crass (1.0.6)
97-
date (3.3.4)
95+
date (3.4.1)
9896
diff-lcs (1.5.1)
9997
docile (1.4.0)
10098
drb (2.2.1)
101-
erubi (1.13.0)
99+
erubi (1.13.1)
102100
globalid (1.2.1)
103101
activesupport (>= 6.1)
104-
i18n (1.14.5)
102+
i18n (1.14.7)
105103
concurrent-ruby (~> 1.0)
106-
io-console (0.7.2)
107-
irb (1.11.2)
108-
rdoc
104+
io-console (0.8.0)
105+
irb (1.15.2)
106+
pp (>= 0.6.0)
107+
rdoc (>= 4.0.0)
109108
reline (>= 0.4.2)
110109
json (2.7.1)
111110
language_server-protocol (3.17.0.3)
112-
loofah (2.22.0)
111+
logger (1.7.0)
112+
loofah (2.24.1)
113113
crass (~> 1.0.2)
114114
nokogiri (>= 1.12.0)
115115
mail (2.8.1)
@@ -119,82 +119,91 @@ GEM
119119
net-smtp
120120
marcel (1.0.4)
121121
mini_mime (1.1.5)
122-
minitest (5.25.0)
123-
mutex_m (0.2.0)
124-
net-imap (0.4.10)
122+
mini_portile2 (2.8.9)
123+
minitest (5.25.5)
124+
net-imap (0.5.8)
125125
date
126126
net-protocol
127127
net-pop (0.1.2)
128128
net-protocol
129129
net-protocol (0.2.2)
130130
timeout
131-
net-smtp (0.4.0.1)
131+
net-smtp (0.5.1)
132132
net-protocol
133-
nio4r (2.7.0)
134-
nokogiri (1.16.7-arm64-darwin)
133+
nio4r (2.7.4)
134+
nokogiri (1.18.8)
135+
mini_portile2 (~> 2.8.2)
136+
racc (~> 1.4)
137+
nokogiri (1.18.8-arm64-darwin)
135138
racc (~> 1.4)
136-
nokogiri (1.16.7-x86_64-darwin)
139+
nokogiri (1.18.8-x86_64-darwin)
137140
racc (~> 1.4)
138-
nokogiri (1.16.7-x86_64-linux)
141+
nokogiri (1.18.8-x86_64-linux-gnu)
139142
racc (~> 1.4)
140143
parallel (1.24.0)
141144
parser (3.3.0.5)
142145
ast (~> 2.4.1)
143146
racc
147+
pp (0.6.2)
148+
prettyprint
149+
prettyprint (0.2.0)
150+
prometheus-client-mmap (1.1.1)
151+
rb_sys (~> 0.9.86)
144152
prometheus-client-mmap (1.1.1-arm64-darwin)
145153
rb_sys (~> 0.9.86)
146154
prometheus-client-mmap (1.1.1-x86_64-darwin)
147155
rb_sys (~> 0.9.86)
148156
prometheus-client-mmap (1.1.1-x86_64-linux)
149157
rb_sys (~> 0.9.86)
150-
psych (5.1.2)
158+
psych (5.2.6)
159+
date
151160
stringio
152161
racc (1.8.1)
153-
rack (3.1.7)
154-
rack-session (2.0.0)
162+
rack (3.1.14)
163+
rack-session (2.1.1)
164+
base64 (>= 0.1.0)
155165
rack (>= 3.0.0)
156-
rack-test (2.1.0)
166+
rack-test (2.2.0)
157167
rack (>= 1.3)
158-
rackup (2.1.0)
168+
rackup (2.2.1)
159169
rack (>= 3)
160-
webrick (~> 1.8)
161-
rails (7.1.3.4)
162-
actioncable (= 7.1.3.4)
163-
actionmailbox (= 7.1.3.4)
164-
actionmailer (= 7.1.3.4)
165-
actionpack (= 7.1.3.4)
166-
actiontext (= 7.1.3.4)
167-
actionview (= 7.1.3.4)
168-
activejob (= 7.1.3.4)
169-
activemodel (= 7.1.3.4)
170-
activerecord (= 7.1.3.4)
171-
activestorage (= 7.1.3.4)
172-
activesupport (= 7.1.3.4)
170+
rails (7.2.2.1)
171+
actioncable (= 7.2.2.1)
172+
actionmailbox (= 7.2.2.1)
173+
actionmailer (= 7.2.2.1)
174+
actionpack (= 7.2.2.1)
175+
actiontext (= 7.2.2.1)
176+
actionview (= 7.2.2.1)
177+
activejob (= 7.2.2.1)
178+
activemodel (= 7.2.2.1)
179+
activerecord (= 7.2.2.1)
180+
activestorage (= 7.2.2.1)
181+
activesupport (= 7.2.2.1)
173182
bundler (>= 1.15.0)
174-
railties (= 7.1.3.4)
183+
railties (= 7.2.2.1)
175184
rails-dom-testing (2.2.0)
176185
activesupport (>= 5.0.0)
177186
minitest
178187
nokogiri (>= 1.6)
179-
rails-html-sanitizer (1.6.0)
188+
rails-html-sanitizer (1.6.2)
180189
loofah (~> 2.21)
181-
nokogiri (~> 1.14)
182-
railties (7.1.3.4)
183-
actionpack (= 7.1.3.4)
184-
activesupport (= 7.1.3.4)
185-
irb
190+
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)
191+
railties (7.2.2.1)
192+
actionpack (= 7.2.2.1)
193+
activesupport (= 7.2.2.1)
194+
irb (~> 1.13)
186195
rackup (>= 1.0.0)
187196
rake (>= 12.2)
188197
thor (~> 1.0, >= 1.2.2)
189198
zeitwerk (~> 2.6)
190199
rainbow (3.1.1)
191200
raindrops (0.20.1)
192-
rake (13.1.0)
201+
rake (13.2.1)
193202
rb_sys (0.9.87)
194-
rdoc (6.6.3.1)
203+
rdoc (6.13.1)
195204
psych (>= 4.0.0)
196205
regexp_parser (2.9.0)
197-
reline (0.4.3)
206+
reline (0.6.1)
198207
io-console (~> 0.5)
199208
rexml (3.3.6)
200209
strscan
@@ -249,6 +258,7 @@ GEM
249258
rubocop-capybara (~> 2.17)
250259
rubocop-factory_bot (~> 2.22)
251260
ruby-progressbar (1.13.0)
261+
securerandom (0.4.1)
252262
simplecov (0.21.2)
253263
docile (~> 1.1)
254264
simplecov-html (~> 0.11)
@@ -258,22 +268,25 @@ GEM
258268
simplecov (~> 0.19)
259269
simplecov-html (0.12.3)
260270
simplecov_json_formatter (0.1.4)
261-
stringio (3.1.0)
271+
stringio (3.1.7)
262272
strscan (3.1.0)
263-
thor (1.3.1)
264-
timeout (0.4.1)
273+
thor (1.3.2)
274+
timeout (0.4.3)
265275
tzinfo (2.0.6)
266276
concurrent-ruby (~> 1.0)
267277
unicode-display_width (2.5.0)
268-
webrick (1.8.2)
269-
websocket-driver (0.7.6)
278+
useragent (0.16.11)
279+
webrick (1.9.1)
280+
websocket-driver (0.7.7)
281+
base64
270282
websocket-extensions (>= 0.1.0)
271283
websocket-extensions (0.1.5)
272-
zeitwerk (2.6.13)
284+
zeitwerk (2.7.2)
273285

274286
PLATFORMS
275287
arm64-darwin-21
276288
arm64-darwin-22
289+
ruby
277290
x86_64-darwin-22
278291
x86_64-linux
279292

promenade.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Gem::Specification.new do |spec|
2525
spec.required_ruby_version = ">= 3.0"
2626

2727
spec.add_dependency "actionpack"
28-
spec.add_dependency "activesupport", "> 6.0", "< 8.0"
28+
spec.add_dependency "activesupport", "> 6.0", "< 8.1"
2929
spec.add_dependency "prometheus-client-mmap", "~> 1.1"
3030
spec.add_dependency "rack"
3131
spec.add_dependency "rackup"
3232
spec.add_development_dependency "bundler", "~> 2.0"
3333
spec.add_development_dependency "byebug"
3434
spec.add_development_dependency "climate_control"
35-
spec.add_development_dependency "rails", "> 3.0", "< 8.0"
35+
spec.add_development_dependency "rails", "> 3.0", "< 8.1"
3636
spec.add_development_dependency "raindrops"
3737
spec.add_development_dependency "rake"
3838
spec.add_development_dependency "rspec", "~> 3.11"

0 commit comments

Comments
 (0)