Skip to content

Commit 4869464

Browse files
committed
Bump to recent Rails releases
1 parent 51860fe commit 4869464

File tree

16 files changed

+436
-436
lines changed

16 files changed

+436
-436
lines changed

contrib/ruby_event_store-outbox/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem "pg", "1.2.2"
99
gem "mysql2", "0.5.3"
1010
gem "influxdb", "~> 0.8.1", require: false
1111
gem "childprocess"
12-
gem "rails", "7.0.2.3"
12+
gem "rails", "7.0.3"
1313
gem "sqlite3", "1.4.2"

contrib/ruby_event_store-outbox/Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -20,67 +20,67 @@ GEM
2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
actioncable (7.0.2.3)
24-
actionpack (= 7.0.2.3)
25-
activesupport (= 7.0.2.3)
23+
actioncable (7.0.3)
24+
actionpack (= 7.0.3)
25+
activesupport (= 7.0.3)
2626
nio4r (~> 2.0)
2727
websocket-driver (>= 0.6.1)
28-
actionmailbox (7.0.2.3)
29-
actionpack (= 7.0.2.3)
30-
activejob (= 7.0.2.3)
31-
activerecord (= 7.0.2.3)
32-
activestorage (= 7.0.2.3)
33-
activesupport (= 7.0.2.3)
28+
actionmailbox (7.0.3)
29+
actionpack (= 7.0.3)
30+
activejob (= 7.0.3)
31+
activerecord (= 7.0.3)
32+
activestorage (= 7.0.3)
33+
activesupport (= 7.0.3)
3434
mail (>= 2.7.1)
3535
net-imap
3636
net-pop
3737
net-smtp
38-
actionmailer (7.0.2.3)
39-
actionpack (= 7.0.2.3)
40-
actionview (= 7.0.2.3)
41-
activejob (= 7.0.2.3)
42-
activesupport (= 7.0.2.3)
38+
actionmailer (7.0.3)
39+
actionpack (= 7.0.3)
40+
actionview (= 7.0.3)
41+
activejob (= 7.0.3)
42+
activesupport (= 7.0.3)
4343
mail (~> 2.5, >= 2.5.4)
4444
net-imap
4545
net-pop
4646
net-smtp
4747
rails-dom-testing (~> 2.0)
48-
actionpack (7.0.2.3)
49-
actionview (= 7.0.2.3)
50-
activesupport (= 7.0.2.3)
48+
actionpack (7.0.3)
49+
actionview (= 7.0.3)
50+
activesupport (= 7.0.3)
5151
rack (~> 2.0, >= 2.2.0)
5252
rack-test (>= 0.6.3)
5353
rails-dom-testing (~> 2.0)
5454
rails-html-sanitizer (~> 1.0, >= 1.2.0)
55-
actiontext (7.0.2.3)
56-
actionpack (= 7.0.2.3)
57-
activerecord (= 7.0.2.3)
58-
activestorage (= 7.0.2.3)
59-
activesupport (= 7.0.2.3)
55+
actiontext (7.0.3)
56+
actionpack (= 7.0.3)
57+
activerecord (= 7.0.3)
58+
activestorage (= 7.0.3)
59+
activesupport (= 7.0.3)
6060
globalid (>= 0.6.0)
6161
nokogiri (>= 1.8.5)
62-
actionview (7.0.2.3)
63-
activesupport (= 7.0.2.3)
62+
actionview (7.0.3)
63+
activesupport (= 7.0.3)
6464
builder (~> 3.1)
6565
erubi (~> 1.4)
6666
rails-dom-testing (~> 2.0)
6767
rails-html-sanitizer (~> 1.1, >= 1.2.0)
68-
activejob (7.0.2.3)
69-
activesupport (= 7.0.2.3)
68+
activejob (7.0.3)
69+
activesupport (= 7.0.3)
7070
globalid (>= 0.3.6)
71-
activemodel (7.0.2.3)
72-
activesupport (= 7.0.2.3)
73-
activerecord (7.0.2.3)
74-
activemodel (= 7.0.2.3)
75-
activesupport (= 7.0.2.3)
76-
activestorage (7.0.2.3)
77-
actionpack (= 7.0.2.3)
78-
activejob (= 7.0.2.3)
79-
activerecord (= 7.0.2.3)
80-
activesupport (= 7.0.2.3)
71+
activemodel (7.0.3)
72+
activesupport (= 7.0.3)
73+
activerecord (7.0.3)
74+
activemodel (= 7.0.3)
75+
activesupport (= 7.0.3)
76+
activestorage (7.0.3)
77+
actionpack (= 7.0.3)
78+
activejob (= 7.0.3)
79+
activerecord (= 7.0.3)
80+
activesupport (= 7.0.3)
8181
marcel (~> 1.0)
8282
mini_mime (>= 1.1.0)
83-
activesupport (7.0.2.3)
83+
activesupport (7.0.3)
8484
concurrent-ruby (~> 1.0, >= 1.0.2)
8585
i18n (>= 1.6, < 2)
8686
minitest (>= 5.1)
@@ -147,28 +147,28 @@ GEM
147147
rack (2.2.3)
148148
rack-test (1.1.0)
149149
rack (>= 1.0, < 3)
150-
rails (7.0.2.3)
151-
actioncable (= 7.0.2.3)
152-
actionmailbox (= 7.0.2.3)
153-
actionmailer (= 7.0.2.3)
154-
actionpack (= 7.0.2.3)
155-
actiontext (= 7.0.2.3)
156-
actionview (= 7.0.2.3)
157-
activejob (= 7.0.2.3)
158-
activemodel (= 7.0.2.3)
159-
activerecord (= 7.0.2.3)
160-
activestorage (= 7.0.2.3)
161-
activesupport (= 7.0.2.3)
150+
rails (7.0.3)
151+
actioncable (= 7.0.3)
152+
actionmailbox (= 7.0.3)
153+
actionmailer (= 7.0.3)
154+
actionpack (= 7.0.3)
155+
actiontext (= 7.0.3)
156+
actionview (= 7.0.3)
157+
activejob (= 7.0.3)
158+
activemodel (= 7.0.3)
159+
activerecord (= 7.0.3)
160+
activestorage (= 7.0.3)
161+
activesupport (= 7.0.3)
162162
bundler (>= 1.15.0)
163-
railties (= 7.0.2.3)
163+
railties (= 7.0.3)
164164
rails-dom-testing (2.0.3)
165165
activesupport (>= 4.2.0)
166166
nokogiri (>= 1.6)
167167
rails-html-sanitizer (1.4.2)
168168
loofah (~> 2.3)
169-
railties (7.0.2.3)
170-
actionpack (= 7.0.2.3)
171-
activesupport (= 7.0.2.3)
169+
railties (7.0.3)
170+
actionpack (= 7.0.3)
171+
activesupport (= 7.0.3)
172172
method_source
173173
rake (>= 12.2)
174174
thor (~> 1.0)
@@ -221,7 +221,7 @@ DEPENDENCIES
221221
mutant-rspec (~> 0.11.0)
222222
mysql2 (= 0.5.3)
223223
pg (= 1.2.2)
224-
rails (= 7.0.2.3)
224+
rails (= 7.0.3)
225225
rake (>= 10.0)
226226
rspec (~> 3.6)
227227
ruby_event_store!

contrib/ruby_event_store-protobuf/Gemfile

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.19.2"
8-
gem "rails", "7.0.2.3"
8+
gem "rails", "7.0.3"
99

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

contrib/ruby_event_store-protobuf/Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -53,67 +53,67 @@ GEM
5353
GEM
5454
remote: https://rubygems.org/
5555
specs:
56-
actioncable (7.0.2.3)
57-
actionpack (= 7.0.2.3)
58-
activesupport (= 7.0.2.3)
56+
actioncable (7.0.3)
57+
actionpack (= 7.0.3)
58+
activesupport (= 7.0.3)
5959
nio4r (~> 2.0)
6060
websocket-driver (>= 0.6.1)
61-
actionmailbox (7.0.2.3)
62-
actionpack (= 7.0.2.3)
63-
activejob (= 7.0.2.3)
64-
activerecord (= 7.0.2.3)
65-
activestorage (= 7.0.2.3)
66-
activesupport (= 7.0.2.3)
61+
actionmailbox (7.0.3)
62+
actionpack (= 7.0.3)
63+
activejob (= 7.0.3)
64+
activerecord (= 7.0.3)
65+
activestorage (= 7.0.3)
66+
activesupport (= 7.0.3)
6767
mail (>= 2.7.1)
6868
net-imap
6969
net-pop
7070
net-smtp
71-
actionmailer (7.0.2.3)
72-
actionpack (= 7.0.2.3)
73-
actionview (= 7.0.2.3)
74-
activejob (= 7.0.2.3)
75-
activesupport (= 7.0.2.3)
71+
actionmailer (7.0.3)
72+
actionpack (= 7.0.3)
73+
actionview (= 7.0.3)
74+
activejob (= 7.0.3)
75+
activesupport (= 7.0.3)
7676
mail (~> 2.5, >= 2.5.4)
7777
net-imap
7878
net-pop
7979
net-smtp
8080
rails-dom-testing (~> 2.0)
81-
actionpack (7.0.2.3)
82-
actionview (= 7.0.2.3)
83-
activesupport (= 7.0.2.3)
81+
actionpack (7.0.3)
82+
actionview (= 7.0.3)
83+
activesupport (= 7.0.3)
8484
rack (~> 2.0, >= 2.2.0)
8585
rack-test (>= 0.6.3)
8686
rails-dom-testing (~> 2.0)
8787
rails-html-sanitizer (~> 1.0, >= 1.2.0)
88-
actiontext (7.0.2.3)
89-
actionpack (= 7.0.2.3)
90-
activerecord (= 7.0.2.3)
91-
activestorage (= 7.0.2.3)
92-
activesupport (= 7.0.2.3)
88+
actiontext (7.0.3)
89+
actionpack (= 7.0.3)
90+
activerecord (= 7.0.3)
91+
activestorage (= 7.0.3)
92+
activesupport (= 7.0.3)
9393
globalid (>= 0.6.0)
9494
nokogiri (>= 1.8.5)
95-
actionview (7.0.2.3)
96-
activesupport (= 7.0.2.3)
95+
actionview (7.0.3)
96+
activesupport (= 7.0.3)
9797
builder (~> 3.1)
9898
erubi (~> 1.4)
9999
rails-dom-testing (~> 2.0)
100100
rails-html-sanitizer (~> 1.1, >= 1.2.0)
101-
activejob (7.0.2.3)
102-
activesupport (= 7.0.2.3)
101+
activejob (7.0.3)
102+
activesupport (= 7.0.3)
103103
globalid (>= 0.3.6)
104-
activemodel (7.0.2.3)
105-
activesupport (= 7.0.2.3)
106-
activerecord (7.0.2.3)
107-
activemodel (= 7.0.2.3)
108-
activesupport (= 7.0.2.3)
109-
activestorage (7.0.2.3)
110-
actionpack (= 7.0.2.3)
111-
activejob (= 7.0.2.3)
112-
activerecord (= 7.0.2.3)
113-
activesupport (= 7.0.2.3)
104+
activemodel (7.0.3)
105+
activesupport (= 7.0.3)
106+
activerecord (7.0.3)
107+
activemodel (= 7.0.3)
108+
activesupport (= 7.0.3)
109+
activestorage (7.0.3)
110+
actionpack (= 7.0.3)
111+
activejob (= 7.0.3)
112+
activerecord (= 7.0.3)
113+
activesupport (= 7.0.3)
114114
marcel (~> 1.0)
115115
mini_mime (>= 1.1.0)
116-
activesupport (7.0.2.3)
116+
activesupport (7.0.3)
117117
concurrent-ruby (~> 1.0, >= 1.0.2)
118118
i18n (>= 1.6, < 2)
119119
minitest (>= 5.1)
@@ -184,28 +184,28 @@ GEM
184184
rack
185185
rack-test (1.1.0)
186186
rack (>= 1.0, < 3)
187-
rails (7.0.2.3)
188-
actioncable (= 7.0.2.3)
189-
actionmailbox (= 7.0.2.3)
190-
actionmailer (= 7.0.2.3)
191-
actionpack (= 7.0.2.3)
192-
actiontext (= 7.0.2.3)
193-
actionview (= 7.0.2.3)
194-
activejob (= 7.0.2.3)
195-
activemodel (= 7.0.2.3)
196-
activerecord (= 7.0.2.3)
197-
activestorage (= 7.0.2.3)
198-
activesupport (= 7.0.2.3)
187+
rails (7.0.3)
188+
actioncable (= 7.0.3)
189+
actionmailbox (= 7.0.3)
190+
actionmailer (= 7.0.3)
191+
actionpack (= 7.0.3)
192+
actiontext (= 7.0.3)
193+
actionview (= 7.0.3)
194+
activejob (= 7.0.3)
195+
activemodel (= 7.0.3)
196+
activerecord (= 7.0.3)
197+
activestorage (= 7.0.3)
198+
activesupport (= 7.0.3)
199199
bundler (>= 1.15.0)
200-
railties (= 7.0.2.3)
200+
railties (= 7.0.3)
201201
rails-dom-testing (2.0.3)
202202
activesupport (>= 4.2.0)
203203
nokogiri (>= 1.6)
204204
rails-html-sanitizer (1.4.2)
205205
loofah (~> 2.3)
206-
railties (7.0.2.3)
207-
actionpack (= 7.0.2.3)
208-
activesupport (= 7.0.2.3)
206+
railties (7.0.3)
207+
actionpack (= 7.0.3)
208+
activesupport (= 7.0.3)
209209
method_source
210210
rake (>= 12.2)
211211
thor (~> 1.0)
@@ -257,7 +257,7 @@ DEPENDENCIES
257257
mutant-minitest (~> 0.11.0)
258258
mutant-rspec (~> 0.11.0)
259259
protobuf_nested_struct
260-
rails (= 7.0.2.3)
260+
rails (= 7.0.3)
261261
rails_event_store!
262262
rails_event_store_active_record!
263263
rake (>= 10.0)

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.2.3"
12+
gem "rails", "7.0.3"
1313
gem "sqlite3", "1.4.2"

0 commit comments

Comments
 (0)