Skip to content

Commit 51860fe

Browse files
committed
Doh
1 parent 8dfe65d commit 51860fe

File tree

1 file changed

+61
-60
lines changed
  • contrib/distributed_rails_event_store/dres_rails

1 file changed

+61
-60
lines changed

contrib/distributed_rails_event_store/dres_rails/Gemfile.lock

Lines changed: 61 additions & 60 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, < 8.0)
32+
rails (>= 6.0, < 8.0)
3333
rails_event_store (>= 2.0, < 3.0)
3434
ruby_event_store (>= 2.0, < 3.0)
3535

@@ -41,69 +41,69 @@ GEM
4141
GEM
4242
remote: https://rubygems.org/
4343
specs:
44-
actioncable (7.0.2.3)
45-
actionpack (= 7.0.2.3)
46-
activesupport (= 7.0.2.3)
44+
actioncable (7.0.3)
45+
actionpack (= 7.0.3)
46+
activesupport (= 7.0.3)
4747
nio4r (~> 2.0)
4848
websocket-driver (>= 0.6.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)
49+
actionmailbox (7.0.3)
50+
actionpack (= 7.0.3)
51+
activejob (= 7.0.3)
52+
activerecord (= 7.0.3)
53+
activestorage (= 7.0.3)
54+
activesupport (= 7.0.3)
5555
mail (>= 2.7.1)
5656
net-imap
5757
net-pop
5858
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)
59+
actionmailer (7.0.3)
60+
actionpack (= 7.0.3)
61+
actionview (= 7.0.3)
62+
activejob (= 7.0.3)
63+
activesupport (= 7.0.3)
6464
mail (~> 2.5, >= 2.5.4)
6565
net-imap
6666
net-pop
6767
net-smtp
6868
rails-dom-testing (~> 2.0)
69-
actionpack (7.0.2.3)
70-
actionview (= 7.0.2.3)
71-
activesupport (= 7.0.2.3)
69+
actionpack (7.0.3)
70+
actionview (= 7.0.3)
71+
activesupport (= 7.0.3)
7272
rack (~> 2.0, >= 2.2.0)
7373
rack-test (>= 0.6.3)
7474
rails-dom-testing (~> 2.0)
7575
rails-html-sanitizer (~> 1.0, >= 1.2.0)
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)
76+
actiontext (7.0.3)
77+
actionpack (= 7.0.3)
78+
activerecord (= 7.0.3)
79+
activestorage (= 7.0.3)
80+
activesupport (= 7.0.3)
8181
globalid (>= 0.6.0)
8282
nokogiri (>= 1.8.5)
83-
actionview (7.0.2.3)
84-
activesupport (= 7.0.2.3)
83+
actionview (7.0.3)
84+
activesupport (= 7.0.3)
8585
builder (~> 3.1)
8686
erubi (~> 1.4)
8787
rails-dom-testing (~> 2.0)
8888
rails-html-sanitizer (~> 1.1, >= 1.2.0)
89-
activejob (7.0.2.3)
90-
activesupport (= 7.0.2.3)
89+
activejob (7.0.3)
90+
activesupport (= 7.0.3)
9191
globalid (>= 0.3.6)
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)
92+
activemodel (7.0.3)
93+
activesupport (= 7.0.3)
94+
activerecord (7.0.3)
95+
activemodel (= 7.0.3)
96+
activesupport (= 7.0.3)
9797
activerecord-import (1.2.0)
9898
activerecord (>= 3.2)
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)
99+
activestorage (7.0.3)
100+
actionpack (= 7.0.3)
101+
activejob (= 7.0.3)
102+
activerecord (= 7.0.3)
103+
activesupport (= 7.0.3)
104104
marcel (~> 1.0)
105105
mini_mime (>= 1.1.0)
106-
activesupport (7.0.2.3)
106+
activesupport (7.0.3)
107107
concurrent-ruby (~> 1.0, >= 1.0.2)
108108
i18n (>= 1.6, < 2)
109109
minitest (>= 5.1)
@@ -132,7 +132,7 @@ GEM
132132
activesupport (>= 5.0)
133133
i18n (1.10.0)
134134
concurrent-ruby (~> 1.0)
135-
loofah (2.16.0)
135+
loofah (2.18.0)
136136
crass (~> 1.0.2)
137137
nokogiri (>= 1.5.9)
138138
mail (2.7.1)
@@ -170,11 +170,11 @@ GEM
170170
net-protocol
171171
timeout
172172
nio4r (2.5.8)
173-
nokogiri (1.13.3-arm64-darwin)
173+
nokogiri (1.13.6-arm64-darwin)
174174
racc (~> 1.4)
175-
nokogiri (1.13.3-x86_64-darwin)
175+
nokogiri (1.13.6-x86_64-darwin)
176176
racc (~> 1.4)
177-
nokogiri (1.13.3-x86_64-linux)
177+
nokogiri (1.13.6-x86_64-linux)
178178
racc (~> 1.4)
179179
parser (3.1.1.0)
180180
ast (~> 2.4.1)
@@ -186,20 +186,20 @@ GEM
186186
rack
187187
rack-test (1.1.0)
188188
rack (>= 1.0, < 3)
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)
189+
rails (7.0.3)
190+
actioncable (= 7.0.3)
191+
actionmailbox (= 7.0.3)
192+
actionmailer (= 7.0.3)
193+
actionpack (= 7.0.3)
194+
actiontext (= 7.0.3)
195+
actionview (= 7.0.3)
196+
activejob (= 7.0.3)
197+
activemodel (= 7.0.3)
198+
activerecord (= 7.0.3)
199+
activestorage (= 7.0.3)
200+
activesupport (= 7.0.3)
201201
bundler (>= 1.15.0)
202-
railties (= 7.0.2.3)
202+
railties (= 7.0.3)
203203
rails-dom-testing (2.0.3)
204204
activesupport (>= 4.2.0)
205205
nokogiri (>= 1.6)
@@ -209,9 +209,9 @@ GEM
209209
activerecord (>= 5.0)
210210
activerecord-import (>= 1.0.2)
211211
ruby_event_store (= 2.3.0)
212-
railties (7.0.2.3)
213-
actionpack (= 7.0.2.3)
214-
activesupport (= 7.0.2.3)
212+
railties (7.0.3)
213+
actionpack (= 7.0.3)
214+
activesupport (= 7.0.3)
215215
method_source
216216
rake (>= 12.2)
217217
thor (~> 1.0)
@@ -249,12 +249,12 @@ GEM
249249
rack-protection (= 2.1.0)
250250
tilt (~> 2.0)
251251
sorbet-runtime (0.5.9785)
252-
strscan (3.0.1)
252+
strscan (3.0.3)
253253
thor (1.2.1)
254254
thread_safe (0.3.6)
255255
tilt (2.0.10)
256256
timecop (0.9.4)
257-
timeout (0.2.0)
257+
timeout (0.3.0)
258258
tzinfo (2.0.4)
259259
concurrent-ruby (~> 1.0)
260260
unparser (0.6.4)
@@ -269,6 +269,7 @@ GEM
269269

270270
PLATFORMS
271271
arm64-darwin-20
272+
arm64-darwin-21
272273
x86_64-darwin-19
273274
x86_64-darwin-21
274275
x86_64-linux

0 commit comments

Comments
 (0)