Skip to content

Commit 4fb83a9

Browse files
committed
Fix Rails 7.0/.1 version constraints
…upgrade, and commit Rails 7.0 lock file. The previous version constraints were overly permissive and would result in an upgrade to the latest Rails 7.x release.
1 parent d0cc274 commit 4fb83a9

File tree

6 files changed

+400
-126
lines changed

6 files changed

+400
-126
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ source "https://rubygems.org"
44

55
# Specify your gem's dependencies in litestack.gemspec
66
gemspec
7-
8-
# gem "rails"

gemfiles/rails70.gemfile

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

33
gemspec path: "../"
44

5-
gem "rails", "~> 7.0"
5+
gem "rails", "~> 7.0.0"

gemfiles/rails70.gemfile.lock

Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
litestack (0.4.4)
5+
erubi (~> 1)
6+
oj (~> 3)
7+
rack (>= 2)
8+
rackup
9+
sqlite3 (>= 1.6.0, < 2.0.0)
10+
tilt (~> 2)
11+
12+
GEM
13+
remote: https://rubygems.org/
14+
specs:
15+
actioncable (7.0.8.4)
16+
actionpack (= 7.0.8.4)
17+
activesupport (= 7.0.8.4)
18+
nio4r (~> 2.0)
19+
websocket-driver (>= 0.6.1)
20+
actionmailbox (7.0.8.4)
21+
actionpack (= 7.0.8.4)
22+
activejob (= 7.0.8.4)
23+
activerecord (= 7.0.8.4)
24+
activestorage (= 7.0.8.4)
25+
activesupport (= 7.0.8.4)
26+
mail (>= 2.7.1)
27+
net-imap
28+
net-pop
29+
net-smtp
30+
actionmailer (7.0.8.4)
31+
actionpack (= 7.0.8.4)
32+
actionview (= 7.0.8.4)
33+
activejob (= 7.0.8.4)
34+
activesupport (= 7.0.8.4)
35+
mail (~> 2.5, >= 2.5.4)
36+
net-imap
37+
net-pop
38+
net-smtp
39+
rails-dom-testing (~> 2.0)
40+
actionpack (7.0.8.4)
41+
actionview (= 7.0.8.4)
42+
activesupport (= 7.0.8.4)
43+
rack (~> 2.0, >= 2.2.4)
44+
rack-test (>= 0.6.3)
45+
rails-dom-testing (~> 2.0)
46+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
47+
actiontext (7.0.8.4)
48+
actionpack (= 7.0.8.4)
49+
activerecord (= 7.0.8.4)
50+
activestorage (= 7.0.8.4)
51+
activesupport (= 7.0.8.4)
52+
globalid (>= 0.6.0)
53+
nokogiri (>= 1.8.5)
54+
actionview (7.0.8.4)
55+
activesupport (= 7.0.8.4)
56+
builder (~> 3.1)
57+
erubi (~> 1.4)
58+
rails-dom-testing (~> 2.0)
59+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
60+
activejob (7.0.8.4)
61+
activesupport (= 7.0.8.4)
62+
globalid (>= 0.3.6)
63+
activemodel (7.0.8.4)
64+
activesupport (= 7.0.8.4)
65+
activerecord (7.0.8.4)
66+
activemodel (= 7.0.8.4)
67+
activesupport (= 7.0.8.4)
68+
activestorage (7.0.8.4)
69+
actionpack (= 7.0.8.4)
70+
activejob (= 7.0.8.4)
71+
activerecord (= 7.0.8.4)
72+
activesupport (= 7.0.8.4)
73+
marcel (~> 1.0)
74+
mini_mime (>= 1.1.0)
75+
activesupport (7.0.8.4)
76+
concurrent-ruby (~> 1.0, >= 1.0.2)
77+
i18n (>= 1.6, < 2)
78+
minitest (>= 5.1)
79+
tzinfo (~> 2.0)
80+
ast (2.4.2)
81+
bigdecimal (3.1.8)
82+
builder (3.3.0)
83+
concurrent-ruby (1.3.4)
84+
crass (1.0.6)
85+
date (3.3.4)
86+
debug (1.9.2)
87+
irb (~> 1.10)
88+
reline (>= 0.3.8)
89+
docile (1.4.1)
90+
erubi (1.13.0)
91+
globalid (1.2.1)
92+
activesupport (>= 6.1)
93+
i18n (1.14.6)
94+
concurrent-ruby (~> 1.0)
95+
io-console (0.7.2)
96+
irb (1.14.1)
97+
rdoc (>= 4.0.0)
98+
reline (>= 0.4.2)
99+
json (2.7.2)
100+
language_server-protocol (3.17.0.3)
101+
lint_roller (1.1.0)
102+
loofah (2.22.0)
103+
crass (~> 1.0.2)
104+
nokogiri (>= 1.12.0)
105+
mail (2.8.1)
106+
mini_mime (>= 0.1.1)
107+
net-imap
108+
net-pop
109+
net-smtp
110+
marcel (1.0.4)
111+
method_source (1.1.0)
112+
mini_mime (1.1.5)
113+
minitest (5.25.1)
114+
net-imap (0.4.16)
115+
date
116+
net-protocol
117+
net-pop (0.1.2)
118+
net-protocol
119+
net-protocol (0.2.2)
120+
timeout
121+
net-smtp (0.5.0)
122+
net-protocol
123+
nio4r (2.7.3)
124+
nokogiri (1.16.7-aarch64-linux)
125+
racc (~> 1.4)
126+
nokogiri (1.16.7-arm-linux)
127+
racc (~> 1.4)
128+
nokogiri (1.16.7-arm64-darwin)
129+
racc (~> 1.4)
130+
nokogiri (1.16.7-x86-linux)
131+
racc (~> 1.4)
132+
nokogiri (1.16.7-x86_64-darwin)
133+
racc (~> 1.4)
134+
nokogiri (1.16.7-x86_64-linux)
135+
racc (~> 1.4)
136+
oj (3.16.6)
137+
bigdecimal (>= 3.0)
138+
ostruct (>= 0.2)
139+
ostruct (0.6.0)
140+
parallel (1.26.3)
141+
parser (3.3.5.0)
142+
ast (~> 2.4.1)
143+
racc
144+
psych (5.1.2)
145+
stringio
146+
racc (1.8.1)
147+
rack (2.2.9)
148+
rack-test (2.1.0)
149+
rack (>= 1.3)
150+
rackup (1.0.0)
151+
rack (< 3)
152+
webrick
153+
rails (7.0.8.4)
154+
actioncable (= 7.0.8.4)
155+
actionmailbox (= 7.0.8.4)
156+
actionmailer (= 7.0.8.4)
157+
actionpack (= 7.0.8.4)
158+
actiontext (= 7.0.8.4)
159+
actionview (= 7.0.8.4)
160+
activejob (= 7.0.8.4)
161+
activemodel (= 7.0.8.4)
162+
activerecord (= 7.0.8.4)
163+
activestorage (= 7.0.8.4)
164+
activesupport (= 7.0.8.4)
165+
bundler (>= 1.15.0)
166+
railties (= 7.0.8.4)
167+
rails-dom-testing (2.2.0)
168+
activesupport (>= 5.0.0)
169+
minitest
170+
nokogiri (>= 1.6)
171+
rails-html-sanitizer (1.6.0)
172+
loofah (~> 2.21)
173+
nokogiri (~> 1.14)
174+
railties (7.0.8.4)
175+
actionpack (= 7.0.8.4)
176+
activesupport (= 7.0.8.4)
177+
method_source
178+
rake (>= 12.2)
179+
thor (~> 1.0)
180+
zeitwerk (~> 2.5)
181+
rainbow (3.1.1)
182+
rake (13.2.1)
183+
rdoc (6.7.0)
184+
psych (>= 4.0.0)
185+
regexp_parser (2.9.2)
186+
reline (0.5.10)
187+
io-console (~> 0.5)
188+
rexml (3.3.8)
189+
rubocop (1.65.1)
190+
json (~> 2.3)
191+
language_server-protocol (>= 3.17.0)
192+
parallel (~> 1.10)
193+
parser (>= 3.3.0.2)
194+
rainbow (>= 2.2.2, < 4.0)
195+
regexp_parser (>= 2.4, < 3.0)
196+
rexml (>= 3.2.5, < 4.0)
197+
rubocop-ast (>= 1.31.1, < 2.0)
198+
ruby-progressbar (~> 1.7)
199+
unicode-display_width (>= 2.4.0, < 3.0)
200+
rubocop-ast (1.32.3)
201+
parser (>= 3.3.1.0)
202+
rubocop-performance (1.21.1)
203+
rubocop (>= 1.48.1, < 2.0)
204+
rubocop-ast (>= 1.31.1, < 2.0)
205+
ruby-progressbar (1.13.0)
206+
sequel (5.85.0)
207+
bigdecimal
208+
simplecov (0.22.0)
209+
docile (~> 1.1)
210+
simplecov-html (~> 0.11)
211+
simplecov_json_formatter (~> 0.1)
212+
simplecov-html (0.13.1)
213+
simplecov_json_formatter (0.1.4)
214+
sqlite3 (1.7.3-aarch64-linux)
215+
sqlite3 (1.7.3-arm-linux)
216+
sqlite3 (1.7.3-arm64-darwin)
217+
sqlite3 (1.7.3-x86-linux)
218+
sqlite3 (1.7.3-x86_64-darwin)
219+
sqlite3 (1.7.3-x86_64-linux)
220+
standard (1.40.1)
221+
language_server-protocol (~> 3.17.0.2)
222+
lint_roller (~> 1.0)
223+
rubocop (~> 1.65.0)
224+
standard-custom (~> 1.0.0)
225+
standard-performance (~> 1.4)
226+
standard-custom (1.0.2)
227+
lint_roller (~> 1.0)
228+
rubocop (~> 1.50)
229+
standard-performance (1.4.0)
230+
lint_roller (~> 1.1)
231+
rubocop-performance (~> 1.21.0)
232+
stringio (3.1.1)
233+
thor (1.3.2)
234+
tilt (2.4.0)
235+
timeout (0.4.1)
236+
tzinfo (2.0.6)
237+
concurrent-ruby (~> 1.0)
238+
unicode-display_width (2.6.0)
239+
webrick (1.8.2)
240+
websocket-driver (0.7.6)
241+
websocket-extensions (>= 0.1.0)
242+
websocket-extensions (0.1.5)
243+
zeitwerk (2.6.18)
244+
245+
PLATFORMS
246+
aarch64-linux
247+
aarch64-linux-gnu
248+
aarch64-linux-musl
249+
arm-linux
250+
arm-linux-gnu
251+
arm-linux-musl
252+
arm64-darwin
253+
x86-linux
254+
x86-linux-gnu
255+
x86-linux-musl
256+
x86_64-darwin
257+
x86_64-linux-gnu
258+
x86_64-linux-musl
259+
260+
DEPENDENCIES
261+
activejob (~> 7)
262+
activerecord (~> 7)
263+
debug (~> 1)
264+
litestack!
265+
minitest (~> 5)
266+
rails (~> 7.0.0)
267+
railties (~> 7)
268+
rake (~> 13)
269+
sequel (~> 5)
270+
simplecov (~> 0.2)
271+
standard (~> 1)
272+
273+
BUNDLED WITH
274+
2.5.18

gemfiles/rails71.gemfile

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

33
gemspec path: "../"
44

5-
gem "rails", "~> 7.1"
5+
gem "rails", "~> 7.1.0"

0 commit comments

Comments
 (0)