Skip to content

Commit d13f3fb

Browse files
committed
Up-to-date Rails versions
1 parent eb3e802 commit d13f3fb

File tree

12 files changed

+513
-475
lines changed

12 files changed

+513
-475
lines changed

rails_event_store/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem "rails_event_store_active_record", path: "../rails_event_store_active_record
99
gem "aggregate_root", path: "../aggregate_root"
1010
gem "sidekiq"
1111
gem "rack-test"
12-
gem "rails", "7.0.0"
12+
gem "rails", "7.0.2.3"
1313
gem "sqlite3", "1.4.2"

rails_event_store/Gemfile.lock

Lines changed: 85 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -48,63 +48,69 @@ GEM
4848
GEM
4949
remote: https://rubygems.org/
5050
specs:
51-
actioncable (7.0.0)
52-
actionpack (= 7.0.0)
53-
activesupport (= 7.0.0)
51+
actioncable (7.0.2.3)
52+
actionpack (= 7.0.2.3)
53+
activesupport (= 7.0.2.3)
5454
nio4r (~> 2.0)
5555
websocket-driver (>= 0.6.1)
56-
actionmailbox (7.0.0)
57-
actionpack (= 7.0.0)
58-
activejob (= 7.0.0)
59-
activerecord (= 7.0.0)
60-
activestorage (= 7.0.0)
61-
activesupport (= 7.0.0)
56+
actionmailbox (7.0.2.3)
57+
actionpack (= 7.0.2.3)
58+
activejob (= 7.0.2.3)
59+
activerecord (= 7.0.2.3)
60+
activestorage (= 7.0.2.3)
61+
activesupport (= 7.0.2.3)
6262
mail (>= 2.7.1)
63-
actionmailer (7.0.0)
64-
actionpack (= 7.0.0)
65-
actionview (= 7.0.0)
66-
activejob (= 7.0.0)
67-
activesupport (= 7.0.0)
63+
net-imap
64+
net-pop
65+
net-smtp
66+
actionmailer (7.0.2.3)
67+
actionpack (= 7.0.2.3)
68+
actionview (= 7.0.2.3)
69+
activejob (= 7.0.2.3)
70+
activesupport (= 7.0.2.3)
6871
mail (~> 2.5, >= 2.5.4)
72+
net-imap
73+
net-pop
74+
net-smtp
6975
rails-dom-testing (~> 2.0)
70-
actionpack (7.0.0)
71-
actionview (= 7.0.0)
72-
activesupport (= 7.0.0)
76+
actionpack (7.0.2.3)
77+
actionview (= 7.0.2.3)
78+
activesupport (= 7.0.2.3)
7379
rack (~> 2.0, >= 2.2.0)
7480
rack-test (>= 0.6.3)
7581
rails-dom-testing (~> 2.0)
7682
rails-html-sanitizer (~> 1.0, >= 1.2.0)
77-
actiontext (7.0.0)
78-
actionpack (= 7.0.0)
79-
activerecord (= 7.0.0)
80-
activestorage (= 7.0.0)
81-
activesupport (= 7.0.0)
83+
actiontext (7.0.2.3)
84+
actionpack (= 7.0.2.3)
85+
activerecord (= 7.0.2.3)
86+
activestorage (= 7.0.2.3)
87+
activesupport (= 7.0.2.3)
8288
globalid (>= 0.6.0)
8389
nokogiri (>= 1.8.5)
84-
actionview (7.0.0)
85-
activesupport (= 7.0.0)
90+
actionview (7.0.2.3)
91+
activesupport (= 7.0.2.3)
8692
builder (~> 3.1)
8793
erubi (~> 1.4)
8894
rails-dom-testing (~> 2.0)
8995
rails-html-sanitizer (~> 1.1, >= 1.2.0)
90-
activejob (7.0.0)
91-
activesupport (= 7.0.0)
96+
activejob (7.0.2.3)
97+
activesupport (= 7.0.2.3)
9298
globalid (>= 0.3.6)
93-
activemodel (7.0.0)
94-
activesupport (= 7.0.0)
95-
activerecord (7.0.0)
96-
activemodel (= 7.0.0)
97-
activesupport (= 7.0.0)
99+
activemodel (7.0.2.3)
100+
activesupport (= 7.0.2.3)
101+
activerecord (7.0.2.3)
102+
activemodel (= 7.0.2.3)
103+
activesupport (= 7.0.2.3)
98104
activerecord-import (1.3.0)
99105
activerecord (>= 4.2)
100-
activestorage (7.0.0)
101-
actionpack (= 7.0.0)
102-
activejob (= 7.0.0)
103-
activerecord (= 7.0.0)
104-
activesupport (= 7.0.0)
106+
activestorage (7.0.2.3)
107+
actionpack (= 7.0.2.3)
108+
activejob (= 7.0.2.3)
109+
activerecord (= 7.0.2.3)
110+
activesupport (= 7.0.2.3)
105111
marcel (~> 1.0)
106112
mini_mime (>= 1.1.0)
107-
activesupport (7.0.0)
113+
activesupport (7.0.2.3)
108114
concurrent-ruby (~> 1.0, >= 1.0.2)
109115
i18n (>= 1.6, < 2)
110116
minitest (>= 5.1)
@@ -113,24 +119,25 @@ GEM
113119
thread_safe
114120
ast (2.4.2)
115121
builder (3.2.4)
116-
concurrent-ruby (1.1.9)
122+
concurrent-ruby (1.1.10)
117123
connection_pool (2.2.5)
118124
crass (1.0.6)
119125
diff-lcs (1.5.0)
126+
digest (3.1.0)
120127
erubi (1.10.0)
121128
globalid (1.0.0)
122129
activesupport (>= 5.0)
123-
i18n (1.8.11)
130+
i18n (1.10.0)
124131
concurrent-ruby (~> 1.0)
125-
loofah (2.13.0)
132+
loofah (2.16.0)
126133
crass (~> 1.0.2)
127134
nokogiri (>= 1.5.9)
128135
mail (2.7.1)
129136
mini_mime (>= 0.1.1)
130137
marcel (1.0.2)
131138
method_source (1.0.0)
132139
mini_mime (1.1.2)
133-
mini_portile2 (2.6.1)
140+
mini_portile2 (2.8.0)
134141
minitest (5.15.0)
135142
mustermann (1.1.1)
136143
ruby2_keywords (~> 0.0.1)
@@ -146,9 +153,23 @@ GEM
146153
mutant-rspec (0.11.4)
147154
mutant (= 0.11.4)
148155
rspec-core (>= 3.8.0, < 4.0.0)
156+
net-imap (0.2.3)
157+
digest
158+
net-protocol
159+
strscan
160+
net-pop (0.1.1)
161+
digest
162+
net-protocol
163+
timeout
164+
net-protocol (0.1.3)
165+
timeout
166+
net-smtp (0.3.1)
167+
digest
168+
net-protocol
169+
timeout
149170
nio4r (2.5.8)
150-
nokogiri (1.12.5)
151-
mini_portile2 (~> 2.6.1)
171+
nokogiri (1.13.3)
172+
mini_portile2 (~> 2.8.0)
152173
racc (~> 1.4)
153174
parser (3.1.1.0)
154175
ast (~> 2.4.1)
@@ -158,28 +179,28 @@ GEM
158179
rack
159180
rack-test (1.1.0)
160181
rack (>= 1.0, < 3)
161-
rails (7.0.0)
162-
actioncable (= 7.0.0)
163-
actionmailbox (= 7.0.0)
164-
actionmailer (= 7.0.0)
165-
actionpack (= 7.0.0)
166-
actiontext (= 7.0.0)
167-
actionview (= 7.0.0)
168-
activejob (= 7.0.0)
169-
activemodel (= 7.0.0)
170-
activerecord (= 7.0.0)
171-
activestorage (= 7.0.0)
172-
activesupport (= 7.0.0)
182+
rails (7.0.2.3)
183+
actioncable (= 7.0.2.3)
184+
actionmailbox (= 7.0.2.3)
185+
actionmailer (= 7.0.2.3)
186+
actionpack (= 7.0.2.3)
187+
actiontext (= 7.0.2.3)
188+
actionview (= 7.0.2.3)
189+
activejob (= 7.0.2.3)
190+
activemodel (= 7.0.2.3)
191+
activerecord (= 7.0.2.3)
192+
activestorage (= 7.0.2.3)
193+
activesupport (= 7.0.2.3)
173194
bundler (>= 1.15.0)
174-
railties (= 7.0.0)
195+
railties (= 7.0.2.3)
175196
rails-dom-testing (2.0.3)
176197
activesupport (>= 4.2.0)
177198
nokogiri (>= 1.6)
178199
rails-html-sanitizer (1.4.2)
179200
loofah (~> 2.3)
180-
railties (7.0.0)
181-
actionpack (= 7.0.0)
182-
activesupport (= 7.0.0)
201+
railties (7.0.2.3)
202+
actionpack (= 7.0.2.3)
203+
activesupport (= 7.0.2.3)
183204
method_source
184205
rake (>= 12.2)
185206
thor (~> 1.0)
@@ -212,9 +233,11 @@ GEM
212233
tilt (~> 2.0)
213234
sorbet-runtime (0.5.9785)
214235
sqlite3 (1.4.2)
215-
thor (1.1.0)
236+
strscan (3.0.1)
237+
thor (1.2.1)
216238
thread_safe (0.3.6)
217239
tilt (2.0.10)
240+
timeout (0.2.0)
218241
tzinfo (2.0.4)
219242
concurrent-ruby (~> 1.0)
220243
unparser (0.6.4)
@@ -223,7 +246,7 @@ GEM
223246
websocket-driver (0.7.5)
224247
websocket-extensions (>= 0.1.0)
225248
websocket-extensions (0.1.5)
226-
zeitwerk (2.5.1)
249+
zeitwerk (2.5.4)
227250

228251
PLATFORMS
229252
ruby
@@ -235,7 +258,7 @@ DEPENDENCIES
235258
mutant-minitest (~> 0.11.0)
236259
mutant-rspec (~> 0.11.0)
237260
rack-test
238-
rails (= 7.0.0)
261+
rails (= 7.0.2.3)
239262
rails_event_store!
240263
rails_event_store_active_record!
241264
rake (>= 10.0)

rails_event_store/Gemfile.rails_5_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gem 'rails_event_store_active_record', path: '../rails_event_store_active_record
99
gem 'aggregate_root', path: '../aggregate_root'
1010
gem 'sidekiq'
1111
gem 'rack-test'
12-
gem 'rails', '5.2.4.4'
12+
gem 'rails', '5.2.7'
1313
gem 'sqlite3', '1.3.13'
1414

0 commit comments

Comments
 (0)