Skip to content

Commit 446b831

Browse files
committed
Up-to-date Rails versions
1 parent 3d2462c commit 446b831

File tree

8 files changed

+274
-263
lines changed

8 files changed

+274
-263
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22
gemspec
33

4-
eval_gemfile '../../support/bundler/Gemfile.shared'
4+
eval_gemfile "../../support/bundler/Gemfile.shared"
55

6-
gem 'protobuf_nested_struct'
7-
gem 'google-protobuf', '~> 3.19.2'
8-
gem 'rails', '7.0.0'
6+
gem "protobuf_nested_struct"
7+
gem "google-protobuf", "~> 3.19.2"
8+
gem "rails", "7.0.2.3"
99

10-
gem 'ruby_event_store', path: '../../ruby_event_store'
11-
gem 'aggregate_root', path: '../../aggregate_root'
12-
gem 'rails_event_store', path: '../../rails_event_store'
13-
gem 'rails_event_store_active_record', path: '../../rails_event_store_active_record'
14-
gem 'ruby_event_store-browser', path: '../../ruby_event_store-browser'
10+
gem "ruby_event_store", path: "../../ruby_event_store"
11+
gem "aggregate_root", path: "../../aggregate_root"
12+
gem "rails_event_store", path: "../../rails_event_store"
13+
gem "rails_event_store_active_record", path: "../../rails_event_store_active_record"
14+
gem "ruby_event_store-browser", path: "../../ruby_event_store-browser"

contrib/ruby_event_store-protobuf/Gemfile.lock

Lines changed: 82 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -54,63 +54,69 @@ GEM
5454
GEM
5555
remote: https://rubygems.org/
5656
specs:
57-
actioncable (7.0.0)
58-
actionpack (= 7.0.0)
59-
activesupport (= 7.0.0)
57+
actioncable (7.0.2.3)
58+
actionpack (= 7.0.2.3)
59+
activesupport (= 7.0.2.3)
6060
nio4r (~> 2.0)
6161
websocket-driver (>= 0.6.1)
62-
actionmailbox (7.0.0)
63-
actionpack (= 7.0.0)
64-
activejob (= 7.0.0)
65-
activerecord (= 7.0.0)
66-
activestorage (= 7.0.0)
67-
activesupport (= 7.0.0)
62+
actionmailbox (7.0.2.3)
63+
actionpack (= 7.0.2.3)
64+
activejob (= 7.0.2.3)
65+
activerecord (= 7.0.2.3)
66+
activestorage (= 7.0.2.3)
67+
activesupport (= 7.0.2.3)
6868
mail (>= 2.7.1)
69-
actionmailer (7.0.0)
70-
actionpack (= 7.0.0)
71-
actionview (= 7.0.0)
72-
activejob (= 7.0.0)
73-
activesupport (= 7.0.0)
69+
net-imap
70+
net-pop
71+
net-smtp
72+
actionmailer (7.0.2.3)
73+
actionpack (= 7.0.2.3)
74+
actionview (= 7.0.2.3)
75+
activejob (= 7.0.2.3)
76+
activesupport (= 7.0.2.3)
7477
mail (~> 2.5, >= 2.5.4)
78+
net-imap
79+
net-pop
80+
net-smtp
7581
rails-dom-testing (~> 2.0)
76-
actionpack (7.0.0)
77-
actionview (= 7.0.0)
78-
activesupport (= 7.0.0)
82+
actionpack (7.0.2.3)
83+
actionview (= 7.0.2.3)
84+
activesupport (= 7.0.2.3)
7985
rack (~> 2.0, >= 2.2.0)
8086
rack-test (>= 0.6.3)
8187
rails-dom-testing (~> 2.0)
8288
rails-html-sanitizer (~> 1.0, >= 1.2.0)
83-
actiontext (7.0.0)
84-
actionpack (= 7.0.0)
85-
activerecord (= 7.0.0)
86-
activestorage (= 7.0.0)
87-
activesupport (= 7.0.0)
89+
actiontext (7.0.2.3)
90+
actionpack (= 7.0.2.3)
91+
activerecord (= 7.0.2.3)
92+
activestorage (= 7.0.2.3)
93+
activesupport (= 7.0.2.3)
8894
globalid (>= 0.6.0)
8995
nokogiri (>= 1.8.5)
90-
actionview (7.0.0)
91-
activesupport (= 7.0.0)
96+
actionview (7.0.2.3)
97+
activesupport (= 7.0.2.3)
9298
builder (~> 3.1)
9399
erubi (~> 1.4)
94100
rails-dom-testing (~> 2.0)
95101
rails-html-sanitizer (~> 1.1, >= 1.2.0)
96-
activejob (7.0.0)
97-
activesupport (= 7.0.0)
102+
activejob (7.0.2.3)
103+
activesupport (= 7.0.2.3)
98104
globalid (>= 0.3.6)
99-
activemodel (7.0.0)
100-
activesupport (= 7.0.0)
101-
activerecord (7.0.0)
102-
activemodel (= 7.0.0)
103-
activesupport (= 7.0.0)
105+
activemodel (7.0.2.3)
106+
activesupport (= 7.0.2.3)
107+
activerecord (7.0.2.3)
108+
activemodel (= 7.0.2.3)
109+
activesupport (= 7.0.2.3)
104110
activerecord-import (1.3.0)
105111
activerecord (>= 4.2)
106-
activestorage (7.0.0)
107-
actionpack (= 7.0.0)
108-
activejob (= 7.0.0)
109-
activerecord (= 7.0.0)
110-
activesupport (= 7.0.0)
112+
activestorage (7.0.2.3)
113+
actionpack (= 7.0.2.3)
114+
activejob (= 7.0.2.3)
115+
activerecord (= 7.0.2.3)
116+
activesupport (= 7.0.2.3)
111117
marcel (~> 1.0)
112118
mini_mime (>= 1.1.0)
113-
activesupport (7.0.0)
119+
activesupport (7.0.2.3)
114120
concurrent-ruby (~> 1.0, >= 1.0.2)
115121
i18n (>= 1.6, < 2)
116122
minitest (>= 5.1)
@@ -119,16 +125,17 @@ GEM
119125
thread_safe
120126
ast (2.4.2)
121127
builder (3.2.4)
122-
concurrent-ruby (1.1.9)
128+
concurrent-ruby (1.1.10)
123129
crass (1.0.6)
124130
diff-lcs (1.5.0)
131+
digest (3.1.0)
125132
erubi (1.10.0)
126133
globalid (1.0.0)
127134
activesupport (>= 5.0)
128135
google-protobuf (3.19.2)
129-
i18n (1.8.11)
136+
i18n (1.10.0)
130137
concurrent-ruby (~> 1.0)
131-
loofah (2.13.0)
138+
loofah (2.16.0)
132139
crass (~> 1.0.2)
133140
nokogiri (>= 1.5.9)
134141
mail (2.7.1)
@@ -152,6 +159,20 @@ GEM
152159
mutant-rspec (0.11.4)
153160
mutant (= 0.11.4)
154161
rspec-core (>= 3.8.0, < 4.0.0)
162+
net-imap (0.2.3)
163+
digest
164+
net-protocol
165+
strscan
166+
net-pop (0.1.1)
167+
digest
168+
net-protocol
169+
timeout
170+
net-protocol (0.1.3)
171+
timeout
172+
net-smtp (0.3.1)
173+
digest
174+
net-protocol
175+
timeout
155176
nio4r (2.5.8)
156177
nokogiri (1.13.3)
157178
mini_portile2 (~> 2.8.0)
@@ -166,28 +187,28 @@ GEM
166187
rack
167188
rack-test (1.1.0)
168189
rack (>= 1.0, < 3)
169-
rails (7.0.0)
170-
actioncable (= 7.0.0)
171-
actionmailbox (= 7.0.0)
172-
actionmailer (= 7.0.0)
173-
actionpack (= 7.0.0)
174-
actiontext (= 7.0.0)
175-
actionview (= 7.0.0)
176-
activejob (= 7.0.0)
177-
activemodel (= 7.0.0)
178-
activerecord (= 7.0.0)
179-
activestorage (= 7.0.0)
180-
activesupport (= 7.0.0)
190+
rails (7.0.2.3)
191+
actioncable (= 7.0.2.3)
192+
actionmailbox (= 7.0.2.3)
193+
actionmailer (= 7.0.2.3)
194+
actionpack (= 7.0.2.3)
195+
actiontext (= 7.0.2.3)
196+
actionview (= 7.0.2.3)
197+
activejob (= 7.0.2.3)
198+
activemodel (= 7.0.2.3)
199+
activerecord (= 7.0.2.3)
200+
activestorage (= 7.0.2.3)
201+
activesupport (= 7.0.2.3)
181202
bundler (>= 1.15.0)
182-
railties (= 7.0.0)
203+
railties (= 7.0.2.3)
183204
rails-dom-testing (2.0.3)
184205
activesupport (>= 4.2.0)
185206
nokogiri (>= 1.6)
186207
rails-html-sanitizer (1.4.2)
187208
loofah (~> 2.3)
188-
railties (7.0.0)
189-
actionpack (= 7.0.0)
190-
activesupport (= 7.0.0)
209+
railties (7.0.2.3)
210+
actionpack (= 7.0.2.3)
211+
activesupport (= 7.0.2.3)
191212
method_source
192213
rake (>= 12.2)
193214
thor (~> 1.0)
@@ -214,9 +235,11 @@ GEM
214235
rack-protection (= 2.1.0)
215236
tilt (~> 2.0)
216237
sorbet-runtime (0.5.9785)
217-
thor (1.1.0)
238+
strscan (3.0.1)
239+
thor (1.2.1)
218240
thread_safe (0.3.6)
219241
tilt (2.0.10)
242+
timeout (0.2.0)
220243
tzinfo (2.0.4)
221244
concurrent-ruby (~> 1.0)
222245
unparser (0.6.4)
@@ -225,7 +248,7 @@ GEM
225248
websocket-driver (0.7.5)
226249
websocket-extensions (>= 0.1.0)
227250
websocket-extensions (0.1.5)
228-
zeitwerk (2.5.1)
251+
zeitwerk (2.5.4)
229252

230253
PLATFORMS
231254
ruby
@@ -238,7 +261,7 @@ DEPENDENCIES
238261
mutant-minitest (~> 0.11.0)
239262
mutant-rspec (~> 0.11.0)
240263
protobuf_nested_struct
241-
rails (= 7.0.0)
264+
rails (= 7.0.2.3)
242265
rails_event_store!
243266
rails_event_store_active_record!
244267
rake (>= 10.0)

contrib/ruby_event_store-protobuf/Gemfile.rails_5_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eval_gemfile '../../support/bundler/Gemfile.shared'
55

66
gem 'protobuf_nested_struct'
77
gem 'google-protobuf', '~> 3.14.0'
8-
gem 'rails', '5.2.4.4'
8+
gem 'rails', '5.2.7'
99

1010
gem 'ruby_event_store', path: '../../ruby_event_store'
1111
gem 'aggregate_root', path: '../../aggregate_root'

0 commit comments

Comments
 (0)