Skip to content

Commit 3d2462c

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

File tree

8 files changed

+265
-254
lines changed

8 files changed

+265
-254
lines changed

rails_event_store_active_record/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem "pg", "1.2.3"
88
gem "mysql2", "0.5.3"
99
gem "fakefs", "~> 1.3"
1010
gem "childprocess"
11-
gem "rails", "7.0.0"
11+
gem "rails", "7.0.2.3"
1212
gem "sqlite3", "1.4.2"

rails_event_store_active_record/Gemfile.lock

Lines changed: 82 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -21,80 +21,87 @@ GEM
2121
GEM
2222
remote: https://rubygems.org/
2323
specs:
24-
actioncable (7.0.0)
25-
actionpack (= 7.0.0)
26-
activesupport (= 7.0.0)
24+
actioncable (7.0.2.3)
25+
actionpack (= 7.0.2.3)
26+
activesupport (= 7.0.2.3)
2727
nio4r (~> 2.0)
2828
websocket-driver (>= 0.6.1)
29-
actionmailbox (7.0.0)
30-
actionpack (= 7.0.0)
31-
activejob (= 7.0.0)
32-
activerecord (= 7.0.0)
33-
activestorage (= 7.0.0)
34-
activesupport (= 7.0.0)
29+
actionmailbox (7.0.2.3)
30+
actionpack (= 7.0.2.3)
31+
activejob (= 7.0.2.3)
32+
activerecord (= 7.0.2.3)
33+
activestorage (= 7.0.2.3)
34+
activesupport (= 7.0.2.3)
3535
mail (>= 2.7.1)
36-
actionmailer (7.0.0)
37-
actionpack (= 7.0.0)
38-
actionview (= 7.0.0)
39-
activejob (= 7.0.0)
40-
activesupport (= 7.0.0)
36+
net-imap
37+
net-pop
38+
net-smtp
39+
actionmailer (7.0.2.3)
40+
actionpack (= 7.0.2.3)
41+
actionview (= 7.0.2.3)
42+
activejob (= 7.0.2.3)
43+
activesupport (= 7.0.2.3)
4144
mail (~> 2.5, >= 2.5.4)
45+
net-imap
46+
net-pop
47+
net-smtp
4248
rails-dom-testing (~> 2.0)
43-
actionpack (7.0.0)
44-
actionview (= 7.0.0)
45-
activesupport (= 7.0.0)
49+
actionpack (7.0.2.3)
50+
actionview (= 7.0.2.3)
51+
activesupport (= 7.0.2.3)
4652
rack (~> 2.0, >= 2.2.0)
4753
rack-test (>= 0.6.3)
4854
rails-dom-testing (~> 2.0)
4955
rails-html-sanitizer (~> 1.0, >= 1.2.0)
50-
actiontext (7.0.0)
51-
actionpack (= 7.0.0)
52-
activerecord (= 7.0.0)
53-
activestorage (= 7.0.0)
54-
activesupport (= 7.0.0)
56+
actiontext (7.0.2.3)
57+
actionpack (= 7.0.2.3)
58+
activerecord (= 7.0.2.3)
59+
activestorage (= 7.0.2.3)
60+
activesupport (= 7.0.2.3)
5561
globalid (>= 0.6.0)
5662
nokogiri (>= 1.8.5)
57-
actionview (7.0.0)
58-
activesupport (= 7.0.0)
63+
actionview (7.0.2.3)
64+
activesupport (= 7.0.2.3)
5965
builder (~> 3.1)
6066
erubi (~> 1.4)
6167
rails-dom-testing (~> 2.0)
6268
rails-html-sanitizer (~> 1.1, >= 1.2.0)
63-
activejob (7.0.0)
64-
activesupport (= 7.0.0)
69+
activejob (7.0.2.3)
70+
activesupport (= 7.0.2.3)
6571
globalid (>= 0.3.6)
66-
activemodel (7.0.0)
67-
activesupport (= 7.0.0)
68-
activerecord (7.0.0)
69-
activemodel (= 7.0.0)
70-
activesupport (= 7.0.0)
72+
activemodel (7.0.2.3)
73+
activesupport (= 7.0.2.3)
74+
activerecord (7.0.2.3)
75+
activemodel (= 7.0.2.3)
76+
activesupport (= 7.0.2.3)
7177
activerecord-import (1.3.0)
7278
activerecord (>= 4.2)
73-
activestorage (7.0.0)
74-
actionpack (= 7.0.0)
75-
activejob (= 7.0.0)
76-
activerecord (= 7.0.0)
77-
activesupport (= 7.0.0)
79+
activestorage (7.0.2.3)
80+
actionpack (= 7.0.2.3)
81+
activejob (= 7.0.2.3)
82+
activerecord (= 7.0.2.3)
83+
activesupport (= 7.0.2.3)
7884
marcel (~> 1.0)
7985
mini_mime (>= 1.1.0)
80-
activesupport (7.0.0)
86+
activesupport (7.0.2.3)
8187
concurrent-ruby (~> 1.0, >= 1.0.2)
8288
i18n (>= 1.6, < 2)
8389
minitest (>= 5.1)
8490
tzinfo (~> 2.0)
8591
ast (2.4.2)
8692
builder (3.2.4)
8793
childprocess (4.1.0)
88-
concurrent-ruby (1.1.9)
94+
concurrent-ruby (1.1.10)
8995
crass (1.0.6)
9096
diff-lcs (1.5.0)
97+
digest (3.1.0)
9198
erubi (1.10.0)
9299
fakefs (1.4.0)
93100
globalid (1.0.0)
94101
activesupport (>= 5.0)
95-
i18n (1.8.11)
102+
i18n (1.10.0)
96103
concurrent-ruby (~> 1.0)
97-
loofah (2.13.0)
104+
loofah (2.16.0)
98105
crass (~> 1.0.2)
99106
nokogiri (>= 1.5.9)
100107
mail (2.7.1)
@@ -117,6 +124,20 @@ GEM
117124
mutant (= 0.11.4)
118125
rspec-core (>= 3.8.0, < 4.0.0)
119126
mysql2 (0.5.3)
127+
net-imap (0.2.3)
128+
digest
129+
net-protocol
130+
strscan
131+
net-pop (0.1.1)
132+
digest
133+
net-protocol
134+
timeout
135+
net-protocol (0.1.3)
136+
timeout
137+
net-smtp (0.3.1)
138+
digest
139+
net-protocol
140+
timeout
120141
nio4r (2.5.8)
121142
nokogiri (1.13.3)
122143
mini_portile2 (~> 2.8.0)
@@ -128,28 +149,28 @@ GEM
128149
rack (2.2.3)
129150
rack-test (1.1.0)
130151
rack (>= 1.0, < 3)
131-
rails (7.0.0)
132-
actioncable (= 7.0.0)
133-
actionmailbox (= 7.0.0)
134-
actionmailer (= 7.0.0)
135-
actionpack (= 7.0.0)
136-
actiontext (= 7.0.0)
137-
actionview (= 7.0.0)
138-
activejob (= 7.0.0)
139-
activemodel (= 7.0.0)
140-
activerecord (= 7.0.0)
141-
activestorage (= 7.0.0)
142-
activesupport (= 7.0.0)
152+
rails (7.0.2.3)
153+
actioncable (= 7.0.2.3)
154+
actionmailbox (= 7.0.2.3)
155+
actionmailer (= 7.0.2.3)
156+
actionpack (= 7.0.2.3)
157+
actiontext (= 7.0.2.3)
158+
actionview (= 7.0.2.3)
159+
activejob (= 7.0.2.3)
160+
activemodel (= 7.0.2.3)
161+
activerecord (= 7.0.2.3)
162+
activestorage (= 7.0.2.3)
163+
activesupport (= 7.0.2.3)
143164
bundler (>= 1.15.0)
144-
railties (= 7.0.0)
165+
railties (= 7.0.2.3)
145166
rails-dom-testing (2.0.3)
146167
activesupport (>= 4.2.0)
147168
nokogiri (>= 1.6)
148169
rails-html-sanitizer (1.4.2)
149170
loofah (~> 2.3)
150-
railties (7.0.0)
151-
actionpack (= 7.0.0)
152-
activesupport (= 7.0.0)
171+
railties (7.0.2.3)
172+
actionpack (= 7.0.2.3)
173+
activesupport (= 7.0.2.3)
153174
method_source
154175
rake (>= 12.2)
155176
thor (~> 1.0)
@@ -172,7 +193,9 @@ GEM
172193
ruby2_keywords (0.0.5)
173194
sorbet-runtime (0.5.9785)
174195
sqlite3 (1.4.2)
175-
thor (1.1.0)
196+
strscan (3.0.1)
197+
thor (1.2.1)
198+
timeout (0.2.0)
176199
tzinfo (2.0.4)
177200
concurrent-ruby (~> 1.0)
178201
unparser (0.6.4)
@@ -181,7 +204,7 @@ GEM
181204
websocket-driver (0.7.5)
182205
websocket-extensions (>= 0.1.0)
183206
websocket-extensions (0.1.5)
184-
zeitwerk (2.5.1)
207+
zeitwerk (2.5.4)
185208

186209
PLATFORMS
187210
ruby
@@ -195,7 +218,7 @@ DEPENDENCIES
195218
mutant-rspec (~> 0.11.0)
196219
mysql2 (= 0.5.3)
197220
pg (= 1.2.3)
198-
rails (= 7.0.0)
221+
rails (= 7.0.2.3)
199222
rails_event_store_active_record!
200223
rake (>= 10.0)
201224
rspec (~> 3.6)

rails_event_store_active_record/Gemfile.rails_5_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem 'pg', '1.2.2'
88
gem 'mysql2', '0.5.3'
99
gem 'fakefs', '~> 1.2'
1010
gem 'childprocess'
11-
gem 'rails', '5.2.4.4'
11+
gem 'rails', '5.2.7'
1212
gem 'sqlite3', '1.3.13'

0 commit comments

Comments
 (0)