Skip to content

Commit c389267

Browse files
author
ash
committed
Downgrade dev ruby version.
1 parent 141b92f commit c389267

File tree

2 files changed

+79
-106
lines changed

2 files changed

+79
-106
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66
gem "bundler"
77
gem "bundler-audit"
88
gem "pry"
9-
gem "rails"
9+
gem "rails", "~> 6.1"
1010
gem "rake"
1111
gem "rspec"
1212
gem "rspec-its"

Gemfile.lock

Lines changed: 78 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -11,80 +11,68 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.2.1.1)
15-
actionpack (= 7.2.1.1)
16-
activesupport (= 7.2.1.1)
14+
actioncable (6.1.7.9)
15+
actionpack (= 6.1.7.9)
16+
activesupport (= 6.1.7.9)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
zeitwerk (~> 2.6)
20-
actionmailbox (7.2.1.1)
21-
actionpack (= 7.2.1.1)
22-
activejob (= 7.2.1.1)
23-
activerecord (= 7.2.1.1)
24-
activestorage (= 7.2.1.1)
25-
activesupport (= 7.2.1.1)
26-
mail (>= 2.8.0)
27-
actionmailer (7.2.1.1)
28-
actionpack (= 7.2.1.1)
29-
actionview (= 7.2.1.1)
30-
activejob (= 7.2.1.1)
31-
activesupport (= 7.2.1.1)
32-
mail (>= 2.8.0)
33-
rails-dom-testing (~> 2.2)
34-
actionpack (7.2.1.1)
35-
actionview (= 7.2.1.1)
36-
activesupport (= 7.2.1.1)
37-
nokogiri (>= 1.8.5)
38-
racc
39-
rack (>= 2.2.4, < 3.2)
40-
rack-session (>= 1.0.1)
19+
actionmailbox (6.1.7.9)
20+
actionpack (= 6.1.7.9)
21+
activejob (= 6.1.7.9)
22+
activerecord (= 6.1.7.9)
23+
activestorage (= 6.1.7.9)
24+
activesupport (= 6.1.7.9)
25+
mail (>= 2.7.1)
26+
actionmailer (6.1.7.9)
27+
actionpack (= 6.1.7.9)
28+
actionview (= 6.1.7.9)
29+
activejob (= 6.1.7.9)
30+
activesupport (= 6.1.7.9)
31+
mail (~> 2.5, >= 2.5.4)
32+
rails-dom-testing (~> 2.0)
33+
actionpack (6.1.7.9)
34+
actionview (= 6.1.7.9)
35+
activesupport (= 6.1.7.9)
36+
rack (~> 2.0, >= 2.0.9)
4137
rack-test (>= 0.6.3)
42-
rails-dom-testing (~> 2.2)
43-
rails-html-sanitizer (~> 1.6)
44-
useragent (~> 0.16)
45-
actiontext (7.2.1.1)
46-
actionpack (= 7.2.1.1)
47-
activerecord (= 7.2.1.1)
48-
activestorage (= 7.2.1.1)
49-
activesupport (= 7.2.1.1)
50-
globalid (>= 0.6.0)
38+
rails-dom-testing (~> 2.0)
39+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
40+
actiontext (6.1.7.9)
41+
actionpack (= 6.1.7.9)
42+
activerecord (= 6.1.7.9)
43+
activestorage (= 6.1.7.9)
44+
activesupport (= 6.1.7.9)
5145
nokogiri (>= 1.8.5)
52-
actionview (7.2.1.1)
53-
activesupport (= 7.2.1.1)
46+
actionview (6.1.7.9)
47+
activesupport (= 6.1.7.9)
5448
builder (~> 3.1)
55-
erubi (~> 1.11)
56-
rails-dom-testing (~> 2.2)
57-
rails-html-sanitizer (~> 1.6)
58-
activejob (7.2.1.1)
59-
activesupport (= 7.2.1.1)
49+
erubi (~> 1.4)
50+
rails-dom-testing (~> 2.0)
51+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
52+
activejob (6.1.7.9)
53+
activesupport (= 6.1.7.9)
6054
globalid (>= 0.3.6)
61-
activemodel (7.2.1.1)
62-
activesupport (= 7.2.1.1)
63-
activerecord (7.2.1.1)
64-
activemodel (= 7.2.1.1)
65-
activesupport (= 7.2.1.1)
66-
timeout (>= 0.4.0)
67-
activestorage (7.2.1.1)
68-
actionpack (= 7.2.1.1)
69-
activejob (= 7.2.1.1)
70-
activerecord (= 7.2.1.1)
71-
activesupport (= 7.2.1.1)
55+
activemodel (6.1.7.9)
56+
activesupport (= 6.1.7.9)
57+
activerecord (6.1.7.9)
58+
activemodel (= 6.1.7.9)
59+
activesupport (= 6.1.7.9)
60+
activestorage (6.1.7.9)
61+
actionpack (= 6.1.7.9)
62+
activejob (= 6.1.7.9)
63+
activerecord (= 6.1.7.9)
64+
activesupport (= 6.1.7.9)
7265
marcel (~> 1.0)
73-
activesupport (7.2.1.1)
74-
base64
75-
bigdecimal
76-
concurrent-ruby (~> 1.0, >= 1.3.1)
77-
connection_pool (>= 2.2.5)
78-
drb
66+
mini_mime (>= 1.1.0)
67+
activesupport (6.1.7.9)
68+
concurrent-ruby (~> 1.0, >= 1.0.2)
7969
i18n (>= 1.6, < 2)
80-
logger (>= 1.4.2)
8170
minitest (>= 5.1)
82-
securerandom (>= 0.3)
83-
tzinfo (~> 2.0, >= 2.0.5)
71+
tzinfo (~> 2.0)
72+
zeitwerk (~> 2.3)
8473
amq-protocol (2.3.2)
8574
ast (2.4.2)
8675
base64 (0.2.0)
87-
bigdecimal (3.1.8)
8876
builder (3.3.0)
8977
bundler-audit (0.9.2)
9078
bundler (>= 1.2.0, < 3)
@@ -94,21 +82,15 @@ GEM
9482
sorted_set (~> 1, >= 1.0.2)
9583
coderay (1.1.3)
9684
concurrent-ruby (1.3.4)
97-
connection_pool (2.4.1)
9885
crass (1.0.6)
9986
date (3.3.4)
10087
diff-lcs (1.5.1)
10188
docile (1.4.1)
102-
drb (2.2.1)
10389
erubi (1.13.0)
10490
globalid (1.2.1)
10591
activesupport (>= 6.1)
10692
i18n (1.14.6)
10793
concurrent-ruby (~> 1.0)
108-
io-console (0.7.2)
109-
irb (1.14.1)
110-
rdoc (>= 4.0.0)
111-
reline (>= 0.4.2)
11294
json (2.7.2)
11395
kicks (3.1.0)
11496
bunny (~> 2.19)
@@ -153,54 +135,42 @@ GEM
153135
pry (0.14.2)
154136
coderay (~> 1.1)
155137
method_source (~> 1.0)
156-
psych (5.1.2)
157-
stringio
158138
racc (1.8.1)
159-
rack (3.1.8)
160-
rack-session (2.0.0)
161-
rack (>= 3.0.0)
139+
rack (2.2.10)
162140
rack-test (2.1.0)
163141
rack (>= 1.3)
164-
rackup (2.1.0)
165-
rack (>= 3)
166-
webrick (~> 1.8)
167-
rails (7.2.1.1)
168-
actioncable (= 7.2.1.1)
169-
actionmailbox (= 7.2.1.1)
170-
actionmailer (= 7.2.1.1)
171-
actionpack (= 7.2.1.1)
172-
actiontext (= 7.2.1.1)
173-
actionview (= 7.2.1.1)
174-
activejob (= 7.2.1.1)
175-
activemodel (= 7.2.1.1)
176-
activerecord (= 7.2.1.1)
177-
activestorage (= 7.2.1.1)
178-
activesupport (= 7.2.1.1)
142+
rails (6.1.7.9)
143+
actioncable (= 6.1.7.9)
144+
actionmailbox (= 6.1.7.9)
145+
actionmailer (= 6.1.7.9)
146+
actionpack (= 6.1.7.9)
147+
actiontext (= 6.1.7.9)
148+
actionview (= 6.1.7.9)
149+
activejob (= 6.1.7.9)
150+
activemodel (= 6.1.7.9)
151+
activerecord (= 6.1.7.9)
152+
activestorage (= 6.1.7.9)
153+
activesupport (= 6.1.7.9)
179154
bundler (>= 1.15.0)
180-
railties (= 7.2.1.1)
155+
railties (= 6.1.7.9)
156+
sprockets-rails (>= 2.0.0)
181157
rails-dom-testing (2.2.0)
182158
activesupport (>= 5.0.0)
183159
minitest
184160
nokogiri (>= 1.6)
185161
rails-html-sanitizer (1.6.0)
186162
loofah (~> 2.21)
187163
nokogiri (~> 1.14)
188-
railties (7.2.1.1)
189-
actionpack (= 7.2.1.1)
190-
activesupport (= 7.2.1.1)
191-
irb (~> 1.13)
192-
rackup (>= 1.0.0)
164+
railties (6.1.7.9)
165+
actionpack (= 6.1.7.9)
166+
activesupport (= 6.1.7.9)
167+
method_source
193168
rake (>= 12.2)
194-
thor (~> 1.0, >= 1.2.2)
195-
zeitwerk (~> 2.6)
169+
thor (~> 1.0)
196170
rainbow (3.1.1)
197171
rake (13.2.1)
198172
rbtree (0.4.6)
199-
rdoc (6.7.0)
200-
psych (>= 4.0.0)
201173
regexp_parser (2.9.2)
202-
reline (0.5.10)
203-
io-console (~> 0.5)
204174
rspec (3.13.0)
205175
rspec-core (~> 3.13.0)
206176
rspec-expectations (~> 3.13.0)
@@ -254,7 +224,6 @@ GEM
254224
rubocop-sequel (0.3.4)
255225
rubocop (~> 1.0)
256226
ruby-progressbar (1.13.0)
257-
securerandom (0.3.1)
258227
serverengine (2.4.0)
259228
base64 (~> 0.1)
260229
logger (~> 1.4)
@@ -271,16 +240,20 @@ GEM
271240
sorted_set (1.0.3)
272241
rbtree
273242
set (~> 1.0)
274-
stringio (3.1.1)
243+
sprockets (4.2.1)
244+
concurrent-ruby (~> 1.0)
245+
rack (>= 2.2.4, < 4)
246+
sprockets-rails (3.5.2)
247+
actionpack (>= 6.1)
248+
activesupport (>= 6.1)
249+
sprockets (>= 3.0.0)
275250
tainbox (2.1.2)
276251
activesupport
277252
thor (1.3.2)
278253
timeout (0.4.1)
279254
tzinfo (2.0.6)
280255
concurrent-ruby (~> 1.0)
281256
unicode-display_width (2.6.0)
282-
useragent (0.16.10)
283-
webrick (1.8.2)
284257
websocket-driver (0.7.6)
285258
websocket-extensions (>= 0.1.0)
286259
websocket-extensions (0.1.5)
@@ -294,7 +267,7 @@ DEPENDENCIES
294267
bundler-audit
295268
pry
296269
rabbit_messaging!
297-
rails
270+
rails (~> 6.1)
298271
rake
299272
rspec
300273
rspec-its

0 commit comments

Comments
 (0)