Skip to content

Commit 14a1aa4

Browse files
committed
Downgrade Rails version
1 parent f8a0520 commit 14a1aa4

File tree

2 files changed

+69
-64
lines changed

2 files changed

+69
-64
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '>=7.1.4.1'
5+
gem 'rails', '~> 7.1.5.1'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3', '>= 2.1'
88
gem 'mysql2', '~> 0.5'

Gemfile.lock

Lines changed: 68 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,77 +2,83 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
actioncable (8.0.1)
6-
actionpack (= 8.0.1)
7-
activesupport (= 8.0.1)
5+
actioncable (7.1.5.1)
6+
actionpack (= 7.1.5.1)
7+
activesupport (= 7.1.5.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (8.0.1)
12-
actionpack (= 8.0.1)
13-
activejob (= 8.0.1)
14-
activerecord (= 8.0.1)
15-
activestorage (= 8.0.1)
16-
activesupport (= 8.0.1)
17-
mail (>= 2.8.0)
18-
actionmailer (8.0.1)
19-
actionpack (= 8.0.1)
20-
actionview (= 8.0.1)
21-
activejob (= 8.0.1)
22-
activesupport (= 8.0.1)
23-
mail (>= 2.8.0)
11+
actionmailbox (7.1.5.1)
12+
actionpack (= 7.1.5.1)
13+
activejob (= 7.1.5.1)
14+
activerecord (= 7.1.5.1)
15+
activestorage (= 7.1.5.1)
16+
activesupport (= 7.1.5.1)
17+
mail (>= 2.7.1)
18+
net-imap
19+
net-pop
20+
net-smtp
21+
actionmailer (7.1.5.1)
22+
actionpack (= 7.1.5.1)
23+
actionview (= 7.1.5.1)
24+
activejob (= 7.1.5.1)
25+
activesupport (= 7.1.5.1)
26+
mail (~> 2.5, >= 2.5.4)
27+
net-imap
28+
net-pop
29+
net-smtp
2430
rails-dom-testing (~> 2.2)
25-
actionpack (8.0.1)
26-
actionview (= 8.0.1)
27-
activesupport (= 8.0.1)
31+
actionpack (7.1.5.1)
32+
actionview (= 7.1.5.1)
33+
activesupport (= 7.1.5.1)
2834
nokogiri (>= 1.8.5)
35+
racc
2936
rack (>= 2.2.4)
3037
rack-session (>= 1.0.1)
3138
rack-test (>= 0.6.3)
3239
rails-dom-testing (~> 2.2)
3340
rails-html-sanitizer (~> 1.6)
34-
useragent (~> 0.16)
35-
actiontext (8.0.1)
36-
actionpack (= 8.0.1)
37-
activerecord (= 8.0.1)
38-
activestorage (= 8.0.1)
39-
activesupport (= 8.0.1)
41+
actiontext (7.1.5.1)
42+
actionpack (= 7.1.5.1)
43+
activerecord (= 7.1.5.1)
44+
activestorage (= 7.1.5.1)
45+
activesupport (= 7.1.5.1)
4046
globalid (>= 0.6.0)
4147
nokogiri (>= 1.8.5)
42-
actionview (8.0.1)
43-
activesupport (= 8.0.1)
48+
actionview (7.1.5.1)
49+
activesupport (= 7.1.5.1)
4450
builder (~> 3.1)
4551
erubi (~> 1.11)
4652
rails-dom-testing (~> 2.2)
4753
rails-html-sanitizer (~> 1.6)
48-
activejob (8.0.1)
49-
activesupport (= 8.0.1)
54+
activejob (7.1.5.1)
55+
activesupport (= 7.1.5.1)
5056
globalid (>= 0.3.6)
51-
activemodel (8.0.1)
52-
activesupport (= 8.0.1)
53-
activerecord (8.0.1)
54-
activemodel (= 8.0.1)
55-
activesupport (= 8.0.1)
57+
activemodel (7.1.5.1)
58+
activesupport (= 7.1.5.1)
59+
activerecord (7.1.5.1)
60+
activemodel (= 7.1.5.1)
61+
activesupport (= 7.1.5.1)
5662
timeout (>= 0.4.0)
57-
activestorage (8.0.1)
58-
actionpack (= 8.0.1)
59-
activejob (= 8.0.1)
60-
activerecord (= 8.0.1)
61-
activesupport (= 8.0.1)
63+
activestorage (7.1.5.1)
64+
actionpack (= 7.1.5.1)
65+
activejob (= 7.1.5.1)
66+
activerecord (= 7.1.5.1)
67+
activesupport (= 7.1.5.1)
6268
marcel (~> 1.0)
63-
activesupport (8.0.1)
69+
activesupport (7.1.5.1)
6470
base64
6571
benchmark (>= 0.3)
6672
bigdecimal
67-
concurrent-ruby (~> 1.0, >= 1.3.1)
73+
concurrent-ruby (~> 1.0, >= 1.0.2)
6874
connection_pool (>= 2.2.5)
6975
drb
7076
i18n (>= 1.6, < 2)
7177
logger (>= 1.4.2)
7278
minitest (>= 5.1)
79+
mutex_m
7380
securerandom (>= 0.3)
74-
tzinfo (~> 2.0, >= 2.0.5)
75-
uri (>= 0.13.1)
81+
tzinfo (~> 2.0)
7682
afm (0.2.2)
7783
base64 (0.2.0)
7884
bcrypt (3.1.20)
@@ -129,6 +135,7 @@ GEM
129135
mini_mime (1.1.5)
130136
mini_portile2 (2.8.8)
131137
minitest (5.25.4)
138+
mutex_m (0.3.0)
132139
mysql2 (0.5.6)
133140
net-imap (0.5.6)
134141
date
@@ -169,31 +176,31 @@ GEM
169176
rack (>= 1.3)
170177
rackup (2.2.1)
171178
rack (>= 3)
172-
rails (8.0.1)
173-
actioncable (= 8.0.1)
174-
actionmailbox (= 8.0.1)
175-
actionmailer (= 8.0.1)
176-
actionpack (= 8.0.1)
177-
actiontext (= 8.0.1)
178-
actionview (= 8.0.1)
179-
activejob (= 8.0.1)
180-
activemodel (= 8.0.1)
181-
activerecord (= 8.0.1)
182-
activestorage (= 8.0.1)
183-
activesupport (= 8.0.1)
179+
rails (7.1.5.1)
180+
actioncable (= 7.1.5.1)
181+
actionmailbox (= 7.1.5.1)
182+
actionmailer (= 7.1.5.1)
183+
actionpack (= 7.1.5.1)
184+
actiontext (= 7.1.5.1)
185+
actionview (= 7.1.5.1)
186+
activejob (= 7.1.5.1)
187+
activemodel (= 7.1.5.1)
188+
activerecord (= 7.1.5.1)
189+
activestorage (= 7.1.5.1)
190+
activesupport (= 7.1.5.1)
184191
bundler (>= 1.15.0)
185-
railties (= 8.0.1)
192+
railties (= 7.1.5.1)
186193
rails-dom-testing (2.2.0)
187194
activesupport (>= 5.0.0)
188195
minitest
189196
nokogiri (>= 1.6)
190197
rails-html-sanitizer (1.6.2)
191198
loofah (~> 2.21)
192199
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
193-
railties (8.0.1)
194-
actionpack (= 8.0.1)
195-
activesupport (= 8.0.1)
196-
irb (~> 1.13)
200+
railties (7.1.5.1)
201+
actionpack (= 7.1.5.1)
202+
activesupport (= 7.1.5.1)
203+
irb
197204
rackup (>= 1.0.0)
198205
rake (>= 12.2)
199206
thor (~> 1.0, >= 1.2.2)
@@ -239,8 +246,6 @@ GEM
239246
concurrent-ruby (~> 1.0)
240247
uglifier (4.2.1)
241248
execjs (>= 0.3.0, < 3)
242-
uri (1.0.2)
243-
useragent (0.16.11)
244249
web-console (2.3.0)
245250
activemodel (>= 4.0)
246251
binding_of_caller (>= 0.7.2)
@@ -268,7 +273,7 @@ DEPENDENCIES
268273
mysql2 (~> 0.5)
269274
pdf-reader
270275
rack-cors
271-
rails (>= 7.1.4.1)
276+
rails (~> 7.1.5.1)
272277
sassc-rails
273278
sdoc (~> 1.1.0)
274279
spring

0 commit comments

Comments
 (0)