Skip to content

Commit 8ea3217

Browse files
committed
Up-to-date Rails versions
1 parent 446b831 commit 8ea3217

File tree

2 files changed

+92
-76
lines changed

2 files changed

+92
-76
lines changed

contrib/distributed_rails_event_store/dres_rails/Gemfile.lock

Lines changed: 91 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PATH
2929
remote: .
3030
specs:
3131
dres_rails (0.6.0)
32-
rails (>= 5.0, < 7.0)
32+
rails (>= 5.0, < 8.0)
3333
rails_event_store (>= 2.0, < 3.0)
3434
ruby_event_store (>= 2.0, < 3.0)
3535

@@ -41,67 +41,73 @@ GEM
4141
GEM
4242
remote: https://rubygems.org/
4343
specs:
44-
actioncable (6.1.4.1)
45-
actionpack (= 6.1.4.1)
46-
activesupport (= 6.1.4.1)
44+
actioncable (7.0.2.3)
45+
actionpack (= 7.0.2.3)
46+
activesupport (= 7.0.2.3)
4747
nio4r (~> 2.0)
4848
websocket-driver (>= 0.6.1)
49-
actionmailbox (6.1.4.1)
50-
actionpack (= 6.1.4.1)
51-
activejob (= 6.1.4.1)
52-
activerecord (= 6.1.4.1)
53-
activestorage (= 6.1.4.1)
54-
activesupport (= 6.1.4.1)
49+
actionmailbox (7.0.2.3)
50+
actionpack (= 7.0.2.3)
51+
activejob (= 7.0.2.3)
52+
activerecord (= 7.0.2.3)
53+
activestorage (= 7.0.2.3)
54+
activesupport (= 7.0.2.3)
5555
mail (>= 2.7.1)
56-
actionmailer (6.1.4.1)
57-
actionpack (= 6.1.4.1)
58-
actionview (= 6.1.4.1)
59-
activejob (= 6.1.4.1)
60-
activesupport (= 6.1.4.1)
56+
net-imap
57+
net-pop
58+
net-smtp
59+
actionmailer (7.0.2.3)
60+
actionpack (= 7.0.2.3)
61+
actionview (= 7.0.2.3)
62+
activejob (= 7.0.2.3)
63+
activesupport (= 7.0.2.3)
6164
mail (~> 2.5, >= 2.5.4)
65+
net-imap
66+
net-pop
67+
net-smtp
6268
rails-dom-testing (~> 2.0)
63-
actionpack (6.1.4.1)
64-
actionview (= 6.1.4.1)
65-
activesupport (= 6.1.4.1)
66-
rack (~> 2.0, >= 2.0.9)
69+
actionpack (7.0.2.3)
70+
actionview (= 7.0.2.3)
71+
activesupport (= 7.0.2.3)
72+
rack (~> 2.0, >= 2.2.0)
6773
rack-test (>= 0.6.3)
6874
rails-dom-testing (~> 2.0)
6975
rails-html-sanitizer (~> 1.0, >= 1.2.0)
70-
actiontext (6.1.4.1)
71-
actionpack (= 6.1.4.1)
72-
activerecord (= 6.1.4.1)
73-
activestorage (= 6.1.4.1)
74-
activesupport (= 6.1.4.1)
76+
actiontext (7.0.2.3)
77+
actionpack (= 7.0.2.3)
78+
activerecord (= 7.0.2.3)
79+
activestorage (= 7.0.2.3)
80+
activesupport (= 7.0.2.3)
81+
globalid (>= 0.6.0)
7582
nokogiri (>= 1.8.5)
76-
actionview (6.1.4.1)
77-
activesupport (= 6.1.4.1)
83+
actionview (7.0.2.3)
84+
activesupport (= 7.0.2.3)
7885
builder (~> 3.1)
7986
erubi (~> 1.4)
8087
rails-dom-testing (~> 2.0)
8188
rails-html-sanitizer (~> 1.1, >= 1.2.0)
82-
activejob (6.1.4.1)
83-
activesupport (= 6.1.4.1)
89+
activejob (7.0.2.3)
90+
activesupport (= 7.0.2.3)
8491
globalid (>= 0.3.6)
85-
activemodel (6.1.4.1)
86-
activesupport (= 6.1.4.1)
87-
activerecord (6.1.4.1)
88-
activemodel (= 6.1.4.1)
89-
activesupport (= 6.1.4.1)
92+
activemodel (7.0.2.3)
93+
activesupport (= 7.0.2.3)
94+
activerecord (7.0.2.3)
95+
activemodel (= 7.0.2.3)
96+
activesupport (= 7.0.2.3)
9097
activerecord-import (1.2.0)
9198
activerecord (>= 3.2)
92-
activestorage (6.1.4.1)
93-
actionpack (= 6.1.4.1)
94-
activejob (= 6.1.4.1)
95-
activerecord (= 6.1.4.1)
96-
activesupport (= 6.1.4.1)
97-
marcel (~> 1.0.0)
99+
activestorage (7.0.2.3)
100+
actionpack (= 7.0.2.3)
101+
activejob (= 7.0.2.3)
102+
activerecord (= 7.0.2.3)
103+
activesupport (= 7.0.2.3)
104+
marcel (~> 1.0)
98105
mini_mime (>= 1.1.0)
99-
activesupport (6.1.4.1)
106+
activesupport (7.0.2.3)
100107
concurrent-ruby (~> 1.0, >= 1.0.2)
101108
i18n (>= 1.6, < 2)
102109
minitest (>= 5.1)
103110
tzinfo (~> 2.0)
104-
zeitwerk (~> 2.3)
105111
addressable (2.8.0)
106112
public_suffix (>= 2.0.2, < 5.0)
107113
arkency-command_bus (0.4.0)
@@ -117,22 +123,23 @@ GEM
117123
regexp_parser (>= 1.5, < 3.0)
118124
xpath (~> 3.2)
119125
childprocess (4.1.0)
120-
concurrent-ruby (1.1.9)
126+
concurrent-ruby (1.1.10)
121127
crass (1.0.6)
122128
diff-lcs (1.5.0)
129+
digest (3.1.0)
123130
erubi (1.10.0)
124-
globalid (0.5.2)
131+
globalid (1.0.0)
125132
activesupport (>= 5.0)
126-
i18n (1.8.10)
133+
i18n (1.10.0)
127134
concurrent-ruby (~> 1.0)
128-
loofah (2.12.0)
135+
loofah (2.16.0)
129136
crass (~> 1.0.2)
130137
nokogiri (>= 1.5.9)
131138
mail (2.7.1)
132139
mini_mime (>= 0.1.1)
133-
marcel (1.0.1)
140+
marcel (1.0.2)
134141
method_source (1.0.0)
135-
mini_mime (1.1.1)
142+
mini_mime (1.1.2)
136143
minitest (5.15.0)
137144
mustermann (1.1.1)
138145
ruby2_keywords (~> 0.0.1)
@@ -148,6 +155,20 @@ GEM
148155
mutant-rspec (0.11.4)
149156
mutant (= 0.11.4)
150157
rspec-core (>= 3.8.0, < 4.0.0)
158+
net-imap (0.2.3)
159+
digest
160+
net-protocol
161+
strscan
162+
net-pop (0.1.1)
163+
digest
164+
net-protocol
165+
timeout
166+
net-protocol (0.1.3)
167+
timeout
168+
net-smtp (0.3.1)
169+
digest
170+
net-protocol
171+
timeout
151172
nio4r (2.5.8)
152173
nokogiri (1.13.3-arm64-darwin)
153174
racc (~> 1.4)
@@ -159,27 +180,26 @@ GEM
159180
ast (~> 2.4.1)
160181
pg (1.2.3)
161182
public_suffix (4.0.6)
162-
racc (1.5.2)
183+
racc (1.6.0)
163184
rack (2.2.3)
164185
rack-protection (2.1.0)
165186
rack
166187
rack-test (1.1.0)
167188
rack (>= 1.0, < 3)
168-
rails (6.1.4.1)
169-
actioncable (= 6.1.4.1)
170-
actionmailbox (= 6.1.4.1)
171-
actionmailer (= 6.1.4.1)
172-
actionpack (= 6.1.4.1)
173-
actiontext (= 6.1.4.1)
174-
actionview (= 6.1.4.1)
175-
activejob (= 6.1.4.1)
176-
activemodel (= 6.1.4.1)
177-
activerecord (= 6.1.4.1)
178-
activestorage (= 6.1.4.1)
179-
activesupport (= 6.1.4.1)
189+
rails (7.0.2.3)
190+
actioncable (= 7.0.2.3)
191+
actionmailbox (= 7.0.2.3)
192+
actionmailer (= 7.0.2.3)
193+
actionpack (= 7.0.2.3)
194+
actiontext (= 7.0.2.3)
195+
actionview (= 7.0.2.3)
196+
activejob (= 7.0.2.3)
197+
activemodel (= 7.0.2.3)
198+
activerecord (= 7.0.2.3)
199+
activestorage (= 7.0.2.3)
200+
activesupport (= 7.0.2.3)
180201
bundler (>= 1.15.0)
181-
railties (= 6.1.4.1)
182-
sprockets-rails (>= 2.0.0)
202+
railties (= 7.0.2.3)
183203
rails-dom-testing (2.0.3)
184204
activesupport (>= 4.2.0)
185205
nokogiri (>= 1.6)
@@ -189,12 +209,13 @@ GEM
189209
activerecord (>= 5.0)
190210
activerecord-import (>= 1.0.2)
191211
ruby_event_store (= 2.3.0)
192-
railties (6.1.4.1)
193-
actionpack (= 6.1.4.1)
194-
activesupport (= 6.1.4.1)
212+
railties (7.0.2.3)
213+
actionpack (= 7.0.2.3)
214+
activesupport (= 7.0.2.3)
195215
method_source
196-
rake (>= 0.13)
216+
rake (>= 12.2)
197217
thor (~> 1.0)
218+
zeitwerk (~> 2.5)
198219
rake (13.0.6)
199220
regexp_parser (2.2.1)
200221
rspec (3.9.0)
@@ -228,17 +249,12 @@ GEM
228249
rack-protection (= 2.1.0)
229250
tilt (~> 2.0)
230251
sorbet-runtime (0.5.9785)
231-
sprockets (4.0.2)
232-
concurrent-ruby (~> 1.0)
233-
rack (> 1, < 3)
234-
sprockets-rails (3.2.2)
235-
actionpack (>= 4.0)
236-
activesupport (>= 4.0)
237-
sprockets (>= 3.0.0)
238-
thor (1.1.0)
252+
strscan (3.0.1)
253+
thor (1.2.1)
239254
thread_safe (0.3.6)
240255
tilt (2.0.10)
241256
timecop (0.9.4)
257+
timeout (0.2.0)
242258
tzinfo (2.0.4)
243259
concurrent-ruby (~> 1.0)
244260
unparser (0.6.4)
@@ -249,7 +265,7 @@ GEM
249265
websocket-extensions (0.1.5)
250266
xpath (3.2.0)
251267
nokogiri (~> 1.8)
252-
zeitwerk (2.4.2)
268+
zeitwerk (2.5.4)
253269

254270
PLATFORMS
255271
arm64-darwin-20

contrib/distributed_rails_event_store/dres_rails/dres_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.required_ruby_version = ">= 2.6"
2020

21-
spec.add_dependency "rails", ">= 5.0", "< 7.0"
21+
spec.add_dependency "rails", ">= 5.0", "< 8.0"
2222
spec.add_dependency "ruby_event_store", ">= 2.0", "< 3.0"
2323
spec.add_dependency "rails_event_store", ">= 2.0", "< 3.0"
2424
end

0 commit comments

Comments
 (0)