Skip to content

Commit 83d6116

Browse files
committed
Roll back Rails 7.1 dependencies
To what they look like on main.
1 parent a2c735b commit 83d6116

File tree

1 file changed

+84
-112
lines changed

1 file changed

+84
-112
lines changed

example/Gemfile.rails71.lock

+84-112
Original file line numberDiff line numberDiff line change
@@ -8,71 +8,71 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.4)
12-
actionpack (= 7.1.4)
13-
activesupport (= 7.1.4)
11+
actioncable (7.1.3)
12+
actionpack (= 7.1.3)
13+
activesupport (= 7.1.3)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.4)
18-
actionpack (= 7.1.4)
19-
activejob (= 7.1.4)
20-
activerecord (= 7.1.4)
21-
activestorage (= 7.1.4)
22-
activesupport (= 7.1.4)
17+
actionmailbox (7.1.3)
18+
actionpack (= 7.1.3)
19+
activejob (= 7.1.3)
20+
activerecord (= 7.1.3)
21+
activestorage (= 7.1.3)
22+
activesupport (= 7.1.3)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.1.4)
28-
actionpack (= 7.1.4)
29-
actionview (= 7.1.4)
30-
activejob (= 7.1.4)
31-
activesupport (= 7.1.4)
27+
actionmailer (7.1.3)
28+
actionpack (= 7.1.3)
29+
actionview (= 7.1.3)
30+
activejob (= 7.1.3)
31+
activesupport (= 7.1.3)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.4)
38-
actionview (= 7.1.4)
39-
activesupport (= 7.1.4)
37+
actionpack (7.1.3)
38+
actionview (= 7.1.3)
39+
activesupport (= 7.1.3)
4040
nokogiri (>= 1.8.5)
4141
racc
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.4)
48-
actionpack (= 7.1.4)
49-
activerecord (= 7.1.4)
50-
activestorage (= 7.1.4)
51-
activesupport (= 7.1.4)
47+
actiontext (7.1.3)
48+
actionpack (= 7.1.3)
49+
activerecord (= 7.1.3)
50+
activestorage (= 7.1.3)
51+
activesupport (= 7.1.3)
5252
globalid (>= 0.6.0)
5353
nokogiri (>= 1.8.5)
54-
actionview (7.1.4)
55-
activesupport (= 7.1.4)
54+
actionview (7.1.3)
55+
activesupport (= 7.1.3)
5656
builder (~> 3.1)
5757
erubi (~> 1.11)
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.4)
61-
activesupport (= 7.1.4)
60+
activejob (7.1.3)
61+
activesupport (= 7.1.3)
6262
globalid (>= 0.3.6)
63-
activemodel (7.1.4)
64-
activesupport (= 7.1.4)
65-
activerecord (7.1.4)
66-
activemodel (= 7.1.4)
67-
activesupport (= 7.1.4)
63+
activemodel (7.1.3)
64+
activesupport (= 7.1.3)
65+
activerecord (7.1.3)
66+
activemodel (= 7.1.3)
67+
activesupport (= 7.1.3)
6868
timeout (>= 0.4.0)
69-
activestorage (7.1.4)
70-
actionpack (= 7.1.4)
71-
activejob (= 7.1.4)
72-
activerecord (= 7.1.4)
73-
activesupport (= 7.1.4)
69+
activestorage (7.1.3)
70+
actionpack (= 7.1.3)
71+
activejob (= 7.1.3)
72+
activerecord (= 7.1.3)
73+
activesupport (= 7.1.3)
7474
marcel (~> 1.0)
75-
activesupport (7.1.4)
75+
activesupport (7.1.3)
7676
base64
7777
bigdecimal
7878
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -83,23 +83,24 @@ GEM
8383
mutex_m
8484
tzinfo (~> 2.0)
8585
base64 (0.2.0)
86-
bigdecimal (3.1.8)
87-
bootsnap (1.18.4)
86+
bigdecimal (3.1.6)
87+
bootsnap (1.18.3)
8888
msgpack (~> 1.2)
89-
builder (3.3.0)
90-
concurrent-ruby (1.3.4)
89+
builder (3.2.4)
90+
concurrent-ruby (1.2.3)
9191
connection_pool (2.4.1)
9292
crass (1.0.6)
9393
date (3.3.4)
94-
drb (2.2.1)
95-
erubi (1.13.0)
94+
drb (2.2.0)
95+
ruby2_keywords
96+
erubi (1.12.0)
9697
globalid (1.2.1)
9798
activesupport (>= 6.1)
98-
i18n (1.14.6)
99+
i18n (1.14.1)
99100
concurrent-ruby (~> 1.0)
100101
io-console (0.7.2)
101-
irb (1.14.0)
102-
rdoc (>= 4.0.0)
102+
irb (1.11.2)
103+
rdoc
103104
reline (>= 0.4.2)
104105
loofah (2.22.0)
105106
crass (~> 1.0.2)
@@ -109,38 +110,29 @@ GEM
109110
net-imap
110111
net-pop
111112
net-smtp
112-
marcel (1.0.4)
113+
marcel (1.0.2)
113114
mini_mime (1.1.5)
114-
minitest (5.25.1)
115+
mini_portile2 (2.8.5)
116+
minitest (5.22.2)
115117
msgpack (1.7.2)
116118
mutex_m (0.2.0)
117-
net-imap (0.4.16)
119+
net-imap (0.4.10)
118120
date
119121
net-protocol
120122
net-pop (0.1.2)
121123
net-protocol
122124
net-protocol (0.2.2)
123125
timeout
124-
net-smtp (0.5.0)
125-
net-protocol
126-
nio4r (2.7.3)
127-
nokogiri (1.16.7-aarch64-linux)
128-
racc (~> 1.4)
129-
nokogiri (1.16.7-arm-linux)
130-
racc (~> 1.4)
131-
nokogiri (1.16.7-arm64-darwin)
132-
racc (~> 1.4)
133-
nokogiri (1.16.7-x86-linux)
134-
racc (~> 1.4)
135-
nokogiri (1.16.7-x86_64-darwin)
136-
racc (~> 1.4)
137-
nokogiri (1.16.7-x86_64-linux)
126+
net-smtp (0.4.0.1)
127+
nio4r (2.7.0)
128+
nokogiri (1.16.2)
129+
mini_portile2 (~> 2.8.2)
138130
racc (~> 1.4)
139131
psych (5.1.2)
140132
stringio
141-
puma (6.4.3)
133+
puma (6.4.2)
142134
nio4r (~> 2.0)
143-
racc (1.8.1)
135+
racc (1.7.3)
144136
rack (3.1.7)
145137
rack-proxy (0.7.7)
146138
rack
@@ -151,53 +143,46 @@ GEM
151143
rackup (2.1.0)
152144
rack (>= 3)
153145
webrick (~> 1.8)
154-
rails (7.1.4)
155-
actioncable (= 7.1.4)
156-
actionmailbox (= 7.1.4)
157-
actionmailer (= 7.1.4)
158-
actionpack (= 7.1.4)
159-
actiontext (= 7.1.4)
160-
actionview (= 7.1.4)
161-
activejob (= 7.1.4)
162-
activemodel (= 7.1.4)
163-
activerecord (= 7.1.4)
164-
activestorage (= 7.1.4)
165-
activesupport (= 7.1.4)
146+
rails (7.1.3)
147+
actioncable (= 7.1.3)
148+
actionmailbox (= 7.1.3)
149+
actionmailer (= 7.1.3)
150+
actionpack (= 7.1.3)
151+
actiontext (= 7.1.3)
152+
actionview (= 7.1.3)
153+
activejob (= 7.1.3)
154+
activemodel (= 7.1.3)
155+
activerecord (= 7.1.3)
156+
activestorage (= 7.1.3)
157+
activesupport (= 7.1.3)
166158
bundler (>= 1.15.0)
167-
railties (= 7.1.4)
159+
railties (= 7.1.3)
168160
rails-dom-testing (2.2.0)
169161
activesupport (>= 5.0.0)
170162
minitest
171163
nokogiri (>= 1.6)
172164
rails-html-sanitizer (1.6.0)
173165
loofah (~> 2.21)
174166
nokogiri (~> 1.14)
175-
railties (7.1.4)
176-
actionpack (= 7.1.4)
177-
activesupport (= 7.1.4)
167+
railties (7.1.3)
168+
actionpack (= 7.1.3)
169+
activesupport (= 7.1.3)
178170
irb
179171
rackup (>= 1.0.0)
180172
rake (>= 12.2)
181173
thor (~> 1.0, >= 1.2.2)
182174
zeitwerk (~> 2.6)
183-
rake (13.2.1)
184-
rdoc (6.7.0)
175+
rake (13.1.0)
176+
rdoc (6.6.2)
185177
psych (>= 4.0.0)
186-
reline (0.5.10)
178+
reline (0.4.2)
187179
io-console (~> 0.5)
180+
ruby2_keywords (0.0.5)
188181
semantic_range (3.0.0)
189-
sqlite3 (2.0.4-aarch64-linux-gnu)
190-
sqlite3 (2.0.4-aarch64-linux-musl)
191-
sqlite3 (2.0.4-arm-linux-gnu)
192-
sqlite3 (2.0.4-arm-linux-musl)
193-
sqlite3 (2.0.4-arm64-darwin)
194-
sqlite3 (2.0.4-x86-linux-gnu)
195-
sqlite3 (2.0.4-x86-linux-musl)
196-
sqlite3 (2.0.4-x86_64-darwin)
197-
sqlite3 (2.0.4-x86_64-linux-gnu)
198-
sqlite3 (2.0.4-x86_64-linux-musl)
199-
stringio (3.1.1)
200-
thor (1.3.2)
182+
sqlite3 (1.7.2)
183+
mini_portile2 (~> 2.8.0)
184+
stringio (3.1.0)
185+
thor (1.3.0)
201186
timeout (0.4.1)
202187
tzinfo (2.0.6)
203188
concurrent-ruby (~> 1.0)
@@ -210,23 +195,10 @@ GEM
210195
websocket-driver (0.7.6)
211196
websocket-extensions (>= 0.1.0)
212197
websocket-extensions (0.1.5)
213-
zeitwerk (2.6.18)
198+
zeitwerk (2.6.13)
214199

215200
PLATFORMS
216-
aarch64-linux
217-
aarch64-linux-gnu
218-
aarch64-linux-musl
219-
arm-linux
220-
arm-linux-gnu
221-
arm-linux-musl
222-
arm64-darwin
223-
x86-linux
224-
x86-linux-gnu
225-
x86-linux-musl
226-
x86_64-darwin
227-
x86_64-linux
228-
x86_64-linux-gnu
229-
x86_64-linux-musl
201+
ruby
230202

231203
DEPENDENCIES
232204
bootsnap
@@ -237,4 +209,4 @@ DEPENDENCIES
237209
webpacker
238210

239211
BUNDLED WITH
240-
2.5.11
212+
2.3.13

0 commit comments

Comments
 (0)