Skip to content

Commit be89cf8

Browse files
committed
Up-to-date Rails versions
1 parent 8ea3217 commit be89cf8

File tree

9 files changed

+284
-274
lines changed

9 files changed

+284
-274
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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-
7-
gem 'ruby_event_store', path: '../../ruby_event_store'
8-
gem 'sidekiq', '6.2.2'
9-
gem 'pg', '1.2.2'
10-
gem 'mysql2', '0.5.3'
11-
gem 'influxdb', '~> 0.8.1', require: false
12-
gem 'childprocess'
13-
gem 'rails', '7.0.0'
14-
gem 'sqlite3', '1.4.2'
6+
gem "ruby_event_store", path: "../../ruby_event_store"
7+
gem "sidekiq", "6.2.2"
8+
gem "pg", "1.2.2"
9+
gem "mysql2", "0.5.3"
10+
gem "influxdb", "~> 0.8.1", require: false
11+
gem "childprocess"
12+
gem "rails", "7.0.2.3"
13+
gem "sqlite3", "1.4.2"

contrib/ruby_event_store-outbox/Gemfile.lock

Lines changed: 85 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -20,87 +20,94 @@ GEM
2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
actioncable (7.0.0)
24-
actionpack (= 7.0.0)
25-
activesupport (= 7.0.0)
23+
actioncable (7.0.2.3)
24+
actionpack (= 7.0.2.3)
25+
activesupport (= 7.0.2.3)
2626
nio4r (~> 2.0)
2727
websocket-driver (>= 0.6.1)
28-
actionmailbox (7.0.0)
29-
actionpack (= 7.0.0)
30-
activejob (= 7.0.0)
31-
activerecord (= 7.0.0)
32-
activestorage (= 7.0.0)
33-
activesupport (= 7.0.0)
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)
3434
mail (>= 2.7.1)
35-
actionmailer (7.0.0)
36-
actionpack (= 7.0.0)
37-
actionview (= 7.0.0)
38-
activejob (= 7.0.0)
39-
activesupport (= 7.0.0)
35+
net-imap
36+
net-pop
37+
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)
4043
mail (~> 2.5, >= 2.5.4)
44+
net-imap
45+
net-pop
46+
net-smtp
4147
rails-dom-testing (~> 2.0)
42-
actionpack (7.0.0)
43-
actionview (= 7.0.0)
44-
activesupport (= 7.0.0)
48+
actionpack (7.0.2.3)
49+
actionview (= 7.0.2.3)
50+
activesupport (= 7.0.2.3)
4551
rack (~> 2.0, >= 2.2.0)
4652
rack-test (>= 0.6.3)
4753
rails-dom-testing (~> 2.0)
4854
rails-html-sanitizer (~> 1.0, >= 1.2.0)
49-
actiontext (7.0.0)
50-
actionpack (= 7.0.0)
51-
activerecord (= 7.0.0)
52-
activestorage (= 7.0.0)
53-
activesupport (= 7.0.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)
5460
globalid (>= 0.6.0)
5561
nokogiri (>= 1.8.5)
56-
actionview (7.0.0)
57-
activesupport (= 7.0.0)
62+
actionview (7.0.2.3)
63+
activesupport (= 7.0.2.3)
5864
builder (~> 3.1)
5965
erubi (~> 1.4)
6066
rails-dom-testing (~> 2.0)
6167
rails-html-sanitizer (~> 1.1, >= 1.2.0)
62-
activejob (7.0.0)
63-
activesupport (= 7.0.0)
68+
activejob (7.0.2.3)
69+
activesupport (= 7.0.2.3)
6470
globalid (>= 0.3.6)
65-
activemodel (7.0.0)
66-
activesupport (= 7.0.0)
67-
activerecord (7.0.0)
68-
activemodel (= 7.0.0)
69-
activesupport (= 7.0.0)
70-
activestorage (7.0.0)
71-
actionpack (= 7.0.0)
72-
activejob (= 7.0.0)
73-
activerecord (= 7.0.0)
74-
activesupport (= 7.0.0)
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)
7581
marcel (~> 1.0)
7682
mini_mime (>= 1.1.0)
77-
activesupport (7.0.0)
83+
activesupport (7.0.2.3)
7884
concurrent-ruby (~> 1.0, >= 1.0.2)
7985
i18n (>= 1.6, < 2)
8086
minitest (>= 5.1)
8187
tzinfo (~> 2.0)
8288
ast (2.4.2)
8389
builder (3.2.4)
8490
childprocess (4.1.0)
85-
concurrent-ruby (1.1.9)
91+
concurrent-ruby (1.1.10)
8692
connection_pool (2.2.5)
8793
crass (1.0.6)
8894
diff-lcs (1.5.0)
95+
digest (3.1.0)
8996
erubi (1.10.0)
9097
globalid (1.0.0)
9198
activesupport (>= 5.0)
92-
i18n (1.8.11)
99+
i18n (1.10.0)
93100
concurrent-ruby (~> 1.0)
94101
influxdb (0.8.1)
95-
loofah (2.13.0)
102+
loofah (2.16.0)
96103
crass (~> 1.0.2)
97104
nokogiri (>= 1.5.9)
98105
mail (2.7.1)
99106
mini_mime (>= 0.1.1)
100107
marcel (1.0.2)
101108
method_source (1.0.0)
102109
mini_mime (1.1.2)
103-
mini_portile2 (2.6.1)
110+
mini_portile2 (2.8.0)
104111
minitest (5.15.0)
105112
mutant (0.11.4)
106113
diff-lcs (~> 1.3)
@@ -115,9 +122,23 @@ GEM
115122
mutant (= 0.11.4)
116123
rspec-core (>= 3.8.0, < 4.0.0)
117124
mysql2 (0.5.3)
125+
net-imap (0.2.3)
126+
digest
127+
net-protocol
128+
strscan
129+
net-pop (0.1.1)
130+
digest
131+
net-protocol
132+
timeout
133+
net-protocol (0.1.3)
134+
timeout
135+
net-smtp (0.3.1)
136+
digest
137+
net-protocol
138+
timeout
118139
nio4r (2.5.8)
119-
nokogiri (1.12.5)
120-
mini_portile2 (~> 2.6.1)
140+
nokogiri (1.13.3)
141+
mini_portile2 (~> 2.8.0)
121142
racc (~> 1.4)
122143
parser (3.1.1.0)
123144
ast (~> 2.4.1)
@@ -126,28 +147,28 @@ GEM
126147
rack (2.2.3)
127148
rack-test (1.1.0)
128149
rack (>= 1.0, < 3)
129-
rails (7.0.0)
130-
actioncable (= 7.0.0)
131-
actionmailbox (= 7.0.0)
132-
actionmailer (= 7.0.0)
133-
actionpack (= 7.0.0)
134-
actiontext (= 7.0.0)
135-
actionview (= 7.0.0)
136-
activejob (= 7.0.0)
137-
activemodel (= 7.0.0)
138-
activerecord (= 7.0.0)
139-
activestorage (= 7.0.0)
140-
activesupport (= 7.0.0)
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)
141162
bundler (>= 1.15.0)
142-
railties (= 7.0.0)
163+
railties (= 7.0.2.3)
143164
rails-dom-testing (2.0.3)
144165
activesupport (>= 4.2.0)
145166
nokogiri (>= 1.6)
146167
rails-html-sanitizer (1.4.2)
147168
loofah (~> 2.3)
148-
railties (7.0.0)
149-
actionpack (= 7.0.0)
150-
activesupport (= 7.0.0)
169+
railties (7.0.2.3)
170+
actionpack (= 7.0.2.3)
171+
activesupport (= 7.0.2.3)
151172
method_source
152173
rake (>= 12.2)
153174
thor (~> 1.0)
@@ -175,7 +196,9 @@ GEM
175196
redis (>= 4.2.0)
176197
sorbet-runtime (0.5.9785)
177198
sqlite3 (1.4.2)
178-
thor (1.1.0)
199+
strscan (3.0.1)
200+
thor (1.2.1)
201+
timeout (0.2.0)
179202
tzinfo (2.0.4)
180203
concurrent-ruby (~> 1.0)
181204
unparser (0.6.4)
@@ -184,7 +207,7 @@ GEM
184207
websocket-driver (0.7.5)
185208
websocket-extensions (>= 0.1.0)
186209
websocket-extensions (0.1.5)
187-
zeitwerk (2.5.1)
210+
zeitwerk (2.5.4)
188211

189212
PLATFORMS
190213
ruby
@@ -198,7 +221,7 @@ DEPENDENCIES
198221
mutant-rspec (~> 0.11.0)
199222
mysql2 (= 0.5.3)
200223
pg (= 1.2.2)
201-
rails (= 7.0.0)
224+
rails (= 7.0.2.3)
202225
rake (>= 10.0)
203226
rspec (~> 3.6)
204227
ruby_event_store!

contrib/ruby_event_store-outbox/Gemfile.rails_5_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ gem 'pg', '1.2.2'
1010
gem 'mysql2', '0.5.3'
1111
gem 'influxdb', '~> 0.8.1', require: false
1212
gem 'childprocess'
13-
gem 'rails', '5.2.4.4'
13+
gem 'rails', '5.2.7'
1414
gem 'sqlite3', '1.3.13'

0 commit comments

Comments
 (0)