Skip to content

Commit 4dcf69a

Browse files
Mattia Roccobertonblocknotes
authored andcommitted
test: update Appraisal config
1 parent 1df5935 commit 4dcf69a

7 files changed

Lines changed: 1060 additions & 0 deletions

Appraisals

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,18 @@ appraise 'rails-7_0-mssql' do
4141
gem 'rails', '~> 7.0.0'
4242
gem 'tiny_tds'
4343
end
44+
45+
appraise 'rails-6_1-sqlite' do
46+
gem 'sqlite3', '~> 1.4'
47+
gem 'rails', '~> 6.1.0'
48+
end
49+
50+
appraise 'rails-7_1-sqlite' do
51+
gem 'sqlite3', '~> 1.4'
52+
gem 'rails', '~> 7.1.0'
53+
end
54+
55+
appraise 'rails-7_2-sqlite' do
56+
gem 'sqlite3', '~> 1.4'
57+
gem 'rails', '~> 7.2.0'
58+
end

gemfiles/rails_6_1_sqlite.gemfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "image_processing", ">= 1.2"
6+
gem "webrick"
7+
gem "simplecov"
8+
gem "simplecov-lcov"
9+
gem "capybara"
10+
gem "rspec_junit_formatter"
11+
gem "rspec-rails"
12+
gem "selenium-webdriver"
13+
gem "brakeman"
14+
gem "fasterer"
15+
gem "rubocop"
16+
gem "rubocop-packaging"
17+
gem "rubocop-performance"
18+
gem "rubocop-rails"
19+
gem "rubocop-rspec"
20+
gem "pry-rails"
21+
gem "sqlite3", "~> 1.4"
22+
gem "rails", "~> 6.1.0"
23+
24+
gemspec path: "../"
Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
active_storage_db (1.3.1)
5+
activestorage (>= 6.0)
6+
rails (>= 6.0)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
actioncable (6.1.7.8)
12+
actionpack (= 6.1.7.8)
13+
activesupport (= 6.1.7.8)
14+
nio4r (~> 2.0)
15+
websocket-driver (>= 0.6.1)
16+
actionmailbox (6.1.7.8)
17+
actionpack (= 6.1.7.8)
18+
activejob (= 6.1.7.8)
19+
activerecord (= 6.1.7.8)
20+
activestorage (= 6.1.7.8)
21+
activesupport (= 6.1.7.8)
22+
mail (>= 2.7.1)
23+
actionmailer (6.1.7.8)
24+
actionpack (= 6.1.7.8)
25+
actionview (= 6.1.7.8)
26+
activejob (= 6.1.7.8)
27+
activesupport (= 6.1.7.8)
28+
mail (~> 2.5, >= 2.5.4)
29+
rails-dom-testing (~> 2.0)
30+
actionpack (6.1.7.8)
31+
actionview (= 6.1.7.8)
32+
activesupport (= 6.1.7.8)
33+
rack (~> 2.0, >= 2.0.9)
34+
rack-test (>= 0.6.3)
35+
rails-dom-testing (~> 2.0)
36+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37+
actiontext (6.1.7.8)
38+
actionpack (= 6.1.7.8)
39+
activerecord (= 6.1.7.8)
40+
activestorage (= 6.1.7.8)
41+
activesupport (= 6.1.7.8)
42+
nokogiri (>= 1.8.5)
43+
actionview (6.1.7.8)
44+
activesupport (= 6.1.7.8)
45+
builder (~> 3.1)
46+
erubi (~> 1.4)
47+
rails-dom-testing (~> 2.0)
48+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49+
activejob (6.1.7.8)
50+
activesupport (= 6.1.7.8)
51+
globalid (>= 0.3.6)
52+
activemodel (6.1.7.8)
53+
activesupport (= 6.1.7.8)
54+
activerecord (6.1.7.8)
55+
activemodel (= 6.1.7.8)
56+
activesupport (= 6.1.7.8)
57+
activestorage (6.1.7.8)
58+
actionpack (= 6.1.7.8)
59+
activejob (= 6.1.7.8)
60+
activerecord (= 6.1.7.8)
61+
activesupport (= 6.1.7.8)
62+
marcel (~> 1.0)
63+
mini_mime (>= 1.1.0)
64+
activesupport (6.1.7.8)
65+
concurrent-ruby (~> 1.0, >= 1.0.2)
66+
i18n (>= 1.6, < 2)
67+
minitest (>= 5.1)
68+
tzinfo (~> 2.0)
69+
zeitwerk (~> 2.3)
70+
addressable (2.8.7)
71+
public_suffix (>= 2.0.2, < 7.0)
72+
appraisal (2.5.0)
73+
bundler
74+
rake
75+
thor (>= 0.14.0)
76+
ast (2.4.2)
77+
base64 (0.2.0)
78+
brakeman (6.2.1)
79+
racc
80+
builder (3.3.0)
81+
capybara (3.40.0)
82+
addressable
83+
matrix
84+
mini_mime (>= 0.1.3)
85+
nokogiri (~> 1.11)
86+
rack (>= 1.6.0)
87+
rack-test (>= 0.6.3)
88+
regexp_parser (>= 1.5, < 3.0)
89+
xpath (~> 3.2)
90+
coderay (1.1.3)
91+
concurrent-ruby (1.3.4)
92+
crass (1.0.6)
93+
date (3.3.4)
94+
diff-lcs (1.5.1)
95+
docile (1.4.1)
96+
erubi (1.13.0)
97+
factory_bot (6.5.0)
98+
activesupport (>= 5.0.0)
99+
factory_bot_rails (6.4.3)
100+
factory_bot (~> 6.4)
101+
railties (>= 5.0.0)
102+
fasterer (0.11.0)
103+
ruby_parser (>= 3.19.1)
104+
ffi (1.17.0-arm64-darwin)
105+
ffi (1.17.0-x86_64-linux-gnu)
106+
globalid (1.2.1)
107+
activesupport (>= 6.1)
108+
i18n (1.14.5)
109+
concurrent-ruby (~> 1.0)
110+
image_processing (1.13.0)
111+
mini_magick (>= 4.9.5, < 5)
112+
ruby-vips (>= 2.0.17, < 3)
113+
json (2.7.2)
114+
language_server-protocol (3.17.0.3)
115+
logger (1.6.1)
116+
loofah (2.22.0)
117+
crass (~> 1.0.2)
118+
nokogiri (>= 1.12.0)
119+
mail (2.8.1)
120+
mini_mime (>= 0.1.1)
121+
net-imap
122+
net-pop
123+
net-smtp
124+
marcel (1.0.4)
125+
matrix (0.4.2)
126+
method_source (1.1.0)
127+
mini_magick (4.13.2)
128+
mini_mime (1.1.5)
129+
minitest (5.25.1)
130+
net-imap (0.4.16)
131+
date
132+
net-protocol
133+
net-pop (0.1.2)
134+
net-protocol
135+
net-protocol (0.2.2)
136+
timeout
137+
net-smtp (0.5.0)
138+
net-protocol
139+
nio4r (2.7.3)
140+
nokogiri (1.16.7-arm64-darwin)
141+
racc (~> 1.4)
142+
nokogiri (1.16.7-x86_64-linux)
143+
racc (~> 1.4)
144+
parallel (1.26.3)
145+
parser (3.3.5.0)
146+
ast (~> 2.4.1)
147+
racc
148+
pry (0.14.2)
149+
coderay (~> 1.1)
150+
method_source (~> 1.0)
151+
pry-rails (0.3.11)
152+
pry (>= 0.13.0)
153+
public_suffix (6.0.1)
154+
racc (1.8.1)
155+
rack (2.2.9)
156+
rack-test (2.1.0)
157+
rack (>= 1.3)
158+
rails (6.1.7.8)
159+
actioncable (= 6.1.7.8)
160+
actionmailbox (= 6.1.7.8)
161+
actionmailer (= 6.1.7.8)
162+
actionpack (= 6.1.7.8)
163+
actiontext (= 6.1.7.8)
164+
actionview (= 6.1.7.8)
165+
activejob (= 6.1.7.8)
166+
activemodel (= 6.1.7.8)
167+
activerecord (= 6.1.7.8)
168+
activestorage (= 6.1.7.8)
169+
activesupport (= 6.1.7.8)
170+
bundler (>= 1.15.0)
171+
railties (= 6.1.7.8)
172+
sprockets-rails (>= 2.0.0)
173+
rails-dom-testing (2.2.0)
174+
activesupport (>= 5.0.0)
175+
minitest
176+
nokogiri (>= 1.6)
177+
rails-html-sanitizer (1.6.0)
178+
loofah (~> 2.21)
179+
nokogiri (~> 1.14)
180+
railties (6.1.7.8)
181+
actionpack (= 6.1.7.8)
182+
activesupport (= 6.1.7.8)
183+
method_source
184+
rake (>= 12.2)
185+
thor (~> 1.0)
186+
rainbow (3.1.1)
187+
rake (13.2.1)
188+
regexp_parser (2.9.2)
189+
rexml (3.3.7)
190+
rspec-core (3.13.1)
191+
rspec-support (~> 3.13.0)
192+
rspec-expectations (3.13.3)
193+
diff-lcs (>= 1.2.0, < 2.0)
194+
rspec-support (~> 3.13.0)
195+
rspec-mocks (3.13.1)
196+
diff-lcs (>= 1.2.0, < 2.0)
197+
rspec-support (~> 3.13.0)
198+
rspec-rails (6.1.5)
199+
actionpack (>= 6.1)
200+
activesupport (>= 6.1)
201+
railties (>= 6.1)
202+
rspec-core (~> 3.13)
203+
rspec-expectations (~> 3.13)
204+
rspec-mocks (~> 3.13)
205+
rspec-support (~> 3.13)
206+
rspec-support (3.13.1)
207+
rspec_junit_formatter (0.6.0)
208+
rspec-core (>= 2, < 4, != 2.12.0)
209+
rubocop (1.66.1)
210+
json (~> 2.3)
211+
language_server-protocol (>= 3.17.0)
212+
parallel (~> 1.10)
213+
parser (>= 3.3.0.2)
214+
rainbow (>= 2.2.2, < 4.0)
215+
regexp_parser (>= 2.4, < 3.0)
216+
rubocop-ast (>= 1.32.2, < 2.0)
217+
ruby-progressbar (~> 1.7)
218+
unicode-display_width (>= 2.4.0, < 3.0)
219+
rubocop-ast (1.32.3)
220+
parser (>= 3.3.1.0)
221+
rubocop-packaging (0.5.2)
222+
rubocop (>= 1.33, < 2.0)
223+
rubocop-performance (1.21.1)
224+
rubocop (>= 1.48.1, < 2.0)
225+
rubocop-ast (>= 1.31.1, < 2.0)
226+
rubocop-rails (2.26.1)
227+
activesupport (>= 4.2.0)
228+
rack (>= 1.1)
229+
rubocop (>= 1.52.0, < 2.0)
230+
rubocop-ast (>= 1.31.1, < 2.0)
231+
rubocop-rspec (3.0.5)
232+
rubocop (~> 1.61)
233+
ruby-progressbar (1.13.0)
234+
ruby-vips (2.2.2)
235+
ffi (~> 1.12)
236+
logger
237+
ruby_parser (3.21.1)
238+
racc (~> 1.5)
239+
sexp_processor (~> 4.16)
240+
rubyzip (2.3.2)
241+
selenium-webdriver (4.24.0)
242+
base64 (~> 0.2)
243+
logger (~> 1.4)
244+
rexml (~> 3.2, >= 3.2.5)
245+
rubyzip (>= 1.2.2, < 3.0)
246+
websocket (~> 1.0)
247+
sexp_processor (4.17.2)
248+
simplecov (0.22.0)
249+
docile (~> 1.1)
250+
simplecov-html (~> 0.11)
251+
simplecov_json_formatter (~> 0.1)
252+
simplecov-html (0.12.3)
253+
simplecov-lcov (0.8.0)
254+
simplecov_json_formatter (0.1.4)
255+
sprockets (4.2.1)
256+
concurrent-ruby (~> 1.0)
257+
rack (>= 2.2.4, < 4)
258+
sprockets-rails (3.5.2)
259+
actionpack (>= 6.1)
260+
activesupport (>= 6.1)
261+
sprockets (>= 3.0.0)
262+
sqlite3 (1.7.3-arm64-darwin)
263+
sqlite3 (1.7.3-x86_64-linux)
264+
thor (1.3.2)
265+
timeout (0.4.1)
266+
tzinfo (2.0.6)
267+
concurrent-ruby (~> 1.0)
268+
unicode-display_width (2.5.0)
269+
webrick (1.8.1)
270+
websocket (1.2.11)
271+
websocket-driver (0.7.6)
272+
websocket-extensions (>= 0.1.0)
273+
websocket-extensions (0.1.5)
274+
xpath (3.2.0)
275+
nokogiri (~> 1.8)
276+
zeitwerk (2.6.18)
277+
278+
PLATFORMS
279+
arm64-darwin-23
280+
x86_64-linux
281+
282+
DEPENDENCIES
283+
active_storage_db!
284+
appraisal (~> 2.4)
285+
brakeman
286+
capybara
287+
factory_bot_rails (~> 6.1)
288+
fasterer
289+
image_processing (>= 1.2)
290+
pry-rails
291+
rails (~> 6.1.0)
292+
rspec-rails
293+
rspec_junit_formatter
294+
rubocop
295+
rubocop-packaging
296+
rubocop-performance
297+
rubocop-rails
298+
rubocop-rspec
299+
selenium-webdriver
300+
simplecov
301+
simplecov-lcov
302+
sqlite3 (~> 1.4)
303+
webrick
304+
305+
BUNDLED WITH
306+
2.4.19

gemfiles/rails_7_1_sqlite.gemfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "image_processing", ">= 1.2"
6+
gem "webrick"
7+
gem "simplecov"
8+
gem "simplecov-lcov"
9+
gem "capybara"
10+
gem "rspec_junit_formatter"
11+
gem "rspec-rails"
12+
gem "selenium-webdriver"
13+
gem "brakeman"
14+
gem "fasterer"
15+
gem "rubocop"
16+
gem "rubocop-packaging"
17+
gem "rubocop-performance"
18+
gem "rubocop-rails"
19+
gem "rubocop-rspec"
20+
gem "pry-rails"
21+
gem "sqlite3", "~> 1.4"
22+
gem "rails", "~> 7.1.0"
23+
24+
gemspec path: "../"

0 commit comments

Comments
 (0)