Skip to content

Commit 4464c15

Browse files
authored
Add a rails 7.2 Gemfile (#202)
1 parent 2413e21 commit 4464c15

File tree

4 files changed

+307
-0
lines changed

4 files changed

+307
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- gemfiles/rails_6_1.gemfile
1414
- gemfiles/rails_7_0.gemfile
1515
- gemfiles/rails_7_1.gemfile
16+
- gemfiles/rails_7_2.gemfile
1617
- gemfiles/rails_main.gemfile
1718
continue-on-error: [ false ]
1819

Appraisals

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ appraise "rails_7_1" do
1212
gem "propshaft"
1313
end
1414

15+
appraise "rails_7_2" do
16+
gem "rails", "~> 7.2.0"
17+
gem "propshaft"
18+
end
19+
1520
appraise "rails_main" do
1621
gem "rails", github: "rails/rails", branch: "main"
1722
gem "propshaft"

gemfiles/rails_7_2.gemfile

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "appraisal"
6+
gem "rails", "~> 7.2.0"
7+
gem "sprockets-rails"
8+
gem "sqlite3"
9+
gem "propshaft"
10+
11+
group :test do
12+
gem "turbo-rails"
13+
gem "stimulus-rails"
14+
gem "byebug"
15+
gem "rexml"
16+
gem "capybara"
17+
gem "selenium-webdriver"
18+
gem "webdrivers"
19+
end
20+
21+
gemspec path: "../"

gemfiles/rails_7_2.gemfile.lock

+280
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,280 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
jsbundling-rails (1.3.1)
5+
railties (>= 6.0.0)
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
actioncable (7.2.1)
11+
actionpack (= 7.2.1)
12+
activesupport (= 7.2.1)
13+
nio4r (~> 2.0)
14+
websocket-driver (>= 0.6.1)
15+
zeitwerk (~> 2.6)
16+
actionmailbox (7.2.1)
17+
actionpack (= 7.2.1)
18+
activejob (= 7.2.1)
19+
activerecord (= 7.2.1)
20+
activestorage (= 7.2.1)
21+
activesupport (= 7.2.1)
22+
mail (>= 2.8.0)
23+
actionmailer (7.2.1)
24+
actionpack (= 7.2.1)
25+
actionview (= 7.2.1)
26+
activejob (= 7.2.1)
27+
activesupport (= 7.2.1)
28+
mail (>= 2.8.0)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.2.1)
31+
actionview (= 7.2.1)
32+
activesupport (= 7.2.1)
33+
nokogiri (>= 1.8.5)
34+
racc
35+
rack (>= 2.2.4, < 3.2)
36+
rack-session (>= 1.0.1)
37+
rack-test (>= 0.6.3)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
useragent (~> 0.16)
41+
actiontext (7.2.1)
42+
actionpack (= 7.2.1)
43+
activerecord (= 7.2.1)
44+
activestorage (= 7.2.1)
45+
activesupport (= 7.2.1)
46+
globalid (>= 0.6.0)
47+
nokogiri (>= 1.8.5)
48+
actionview (7.2.1)
49+
activesupport (= 7.2.1)
50+
builder (~> 3.1)
51+
erubi (~> 1.11)
52+
rails-dom-testing (~> 2.2)
53+
rails-html-sanitizer (~> 1.6)
54+
activejob (7.2.1)
55+
activesupport (= 7.2.1)
56+
globalid (>= 0.3.6)
57+
activemodel (7.2.1)
58+
activesupport (= 7.2.1)
59+
activerecord (7.2.1)
60+
activemodel (= 7.2.1)
61+
activesupport (= 7.2.1)
62+
timeout (>= 0.4.0)
63+
activestorage (7.2.1)
64+
actionpack (= 7.2.1)
65+
activejob (= 7.2.1)
66+
activerecord (= 7.2.1)
67+
activesupport (= 7.2.1)
68+
marcel (~> 1.0)
69+
activesupport (7.2.1)
70+
base64
71+
bigdecimal
72+
concurrent-ruby (~> 1.0, >= 1.3.1)
73+
connection_pool (>= 2.2.5)
74+
drb
75+
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
77+
minitest (>= 5.1)
78+
securerandom (>= 0.3)
79+
tzinfo (~> 2.0, >= 2.0.5)
80+
addressable (2.8.7)
81+
public_suffix (>= 2.0.2, < 7.0)
82+
appraisal (2.5.0)
83+
bundler
84+
rake
85+
thor (>= 0.14.0)
86+
base64 (0.2.0)
87+
bigdecimal (3.1.8)
88+
builder (3.3.0)
89+
byebug (11.1.3)
90+
capybara (3.40.0)
91+
addressable
92+
matrix
93+
mini_mime (>= 0.1.3)
94+
nokogiri (~> 1.11)
95+
rack (>= 1.6.0)
96+
rack-test (>= 0.6.3)
97+
regexp_parser (>= 1.5, < 3.0)
98+
xpath (~> 3.2)
99+
concurrent-ruby (1.3.4)
100+
connection_pool (2.4.1)
101+
crass (1.0.6)
102+
date (3.3.4)
103+
drb (2.2.1)
104+
erubi (1.13.0)
105+
globalid (1.2.1)
106+
activesupport (>= 6.1)
107+
i18n (1.14.5)
108+
concurrent-ruby (~> 1.0)
109+
io-console (0.7.2)
110+
irb (1.14.0)
111+
rdoc (>= 4.0.0)
112+
reline (>= 0.4.2)
113+
logger (1.6.1)
114+
loofah (2.22.0)
115+
crass (~> 1.0.2)
116+
nokogiri (>= 1.12.0)
117+
mail (2.8.1)
118+
mini_mime (>= 0.1.1)
119+
net-imap
120+
net-pop
121+
net-smtp
122+
marcel (1.0.4)
123+
matrix (0.4.2)
124+
mini_mime (1.1.5)
125+
minitest (5.25.1)
126+
net-imap (0.4.16)
127+
date
128+
net-protocol
129+
net-pop (0.1.2)
130+
net-protocol
131+
net-protocol (0.2.2)
132+
timeout
133+
net-smtp (0.5.0)
134+
net-protocol
135+
nio4r (2.7.3)
136+
nokogiri (1.16.7-aarch64-linux)
137+
racc (~> 1.4)
138+
nokogiri (1.16.7-arm-linux)
139+
racc (~> 1.4)
140+
nokogiri (1.16.7-arm64-darwin)
141+
racc (~> 1.4)
142+
nokogiri (1.16.7-x86-linux)
143+
racc (~> 1.4)
144+
nokogiri (1.16.7-x86_64-darwin)
145+
racc (~> 1.4)
146+
nokogiri (1.16.7-x86_64-linux)
147+
racc (~> 1.4)
148+
propshaft (1.0.0)
149+
actionpack (>= 7.0.0)
150+
activesupport (>= 7.0.0)
151+
rack
152+
railties (>= 7.0.0)
153+
psych (5.1.2)
154+
stringio
155+
public_suffix (6.0.1)
156+
racc (1.8.1)
157+
rack (3.1.7)
158+
rack-session (2.0.0)
159+
rack (>= 3.0.0)
160+
rack-test (2.1.0)
161+
rack (>= 1.3)
162+
rackup (2.1.0)
163+
rack (>= 3)
164+
webrick (~> 1.8)
165+
rails (7.2.1)
166+
actioncable (= 7.2.1)
167+
actionmailbox (= 7.2.1)
168+
actionmailer (= 7.2.1)
169+
actionpack (= 7.2.1)
170+
actiontext (= 7.2.1)
171+
actionview (= 7.2.1)
172+
activejob (= 7.2.1)
173+
activemodel (= 7.2.1)
174+
activerecord (= 7.2.1)
175+
activestorage (= 7.2.1)
176+
activesupport (= 7.2.1)
177+
bundler (>= 1.15.0)
178+
railties (= 7.2.1)
179+
rails-dom-testing (2.2.0)
180+
activesupport (>= 5.0.0)
181+
minitest
182+
nokogiri (>= 1.6)
183+
rails-html-sanitizer (1.6.0)
184+
loofah (~> 2.21)
185+
nokogiri (~> 1.14)
186+
railties (7.2.1)
187+
actionpack (= 7.2.1)
188+
activesupport (= 7.2.1)
189+
irb (~> 1.13)
190+
rackup (>= 1.0.0)
191+
rake (>= 12.2)
192+
thor (~> 1.0, >= 1.2.2)
193+
zeitwerk (~> 2.6)
194+
rake (13.2.1)
195+
rdoc (6.7.0)
196+
psych (>= 4.0.0)
197+
regexp_parser (2.9.2)
198+
reline (0.5.10)
199+
io-console (~> 0.5)
200+
rexml (3.3.7)
201+
rubyzip (2.3.2)
202+
securerandom (0.3.1)
203+
selenium-webdriver (4.10.0)
204+
rexml (~> 3.2, >= 3.2.5)
205+
rubyzip (>= 1.2.2, < 3.0)
206+
websocket (~> 1.0)
207+
sprockets (4.2.1)
208+
concurrent-ruby (~> 1.0)
209+
rack (>= 2.2.4, < 4)
210+
sprockets-rails (3.5.2)
211+
actionpack (>= 6.1)
212+
activesupport (>= 6.1)
213+
sprockets (>= 3.0.0)
214+
sqlite3 (2.0.4-aarch64-linux-gnu)
215+
sqlite3 (2.0.4-aarch64-linux-musl)
216+
sqlite3 (2.0.4-arm-linux-gnu)
217+
sqlite3 (2.0.4-arm-linux-musl)
218+
sqlite3 (2.0.4-arm64-darwin)
219+
sqlite3 (2.0.4-x86-linux-gnu)
220+
sqlite3 (2.0.4-x86-linux-musl)
221+
sqlite3 (2.0.4-x86_64-darwin)
222+
sqlite3 (2.0.4-x86_64-linux-gnu)
223+
sqlite3 (2.0.4-x86_64-linux-musl)
224+
stimulus-rails (1.3.4)
225+
railties (>= 6.0.0)
226+
stringio (3.1.1)
227+
thor (1.3.2)
228+
timeout (0.4.1)
229+
turbo-rails (2.0.7)
230+
actionpack (>= 6.0.0)
231+
activejob (>= 6.0.0)
232+
railties (>= 6.0.0)
233+
tzinfo (2.0.6)
234+
concurrent-ruby (~> 1.0)
235+
useragent (0.16.10)
236+
webdrivers (5.3.1)
237+
nokogiri (~> 1.6)
238+
rubyzip (>= 1.3.0)
239+
selenium-webdriver (~> 4.0, < 4.11)
240+
webrick (1.8.1)
241+
websocket (1.2.11)
242+
websocket-driver (0.7.6)
243+
websocket-extensions (>= 0.1.0)
244+
websocket-extensions (0.1.5)
245+
xpath (3.2.0)
246+
nokogiri (~> 1.8)
247+
zeitwerk (2.6.18)
248+
249+
PLATFORMS
250+
aarch64-linux
251+
aarch64-linux-gnu
252+
aarch64-linux-musl
253+
arm-linux
254+
arm-linux-gnu
255+
arm-linux-musl
256+
arm64-darwin
257+
x86-linux
258+
x86-linux-gnu
259+
x86-linux-musl
260+
x86_64-darwin
261+
x86_64-linux-gnu
262+
x86_64-linux-musl
263+
264+
DEPENDENCIES
265+
appraisal
266+
byebug
267+
capybara
268+
jsbundling-rails!
269+
propshaft
270+
rails (~> 7.2.0)
271+
rexml
272+
selenium-webdriver
273+
sprockets-rails
274+
sqlite3
275+
stimulus-rails
276+
turbo-rails
277+
webdrivers
278+
279+
BUNDLED WITH
280+
2.5.16

0 commit comments

Comments
 (0)