File tree Expand file tree Collapse file tree 13 files changed +79
-32
lines changed Expand file tree Collapse file tree 13 files changed +79
-32
lines changed Original file line number Diff line number Diff line change 7
7
/gemfiles /.bundle /config
8
8
9
9
/_misc /
10
+ /coverage /
10
11
/spec /dummy /db /* .sqlite3 *
11
12
/spec /dummy /log /
12
13
/spec /dummy /storage /
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ if ENV['DEVEL'] == '1'
8
8
9
9
gem 'activeadmin' , ENV . fetch ( 'ACTIVEADMIN_VERSION' )
10
10
gem 'activeadmin_dynamic_fields' , path : './'
11
+ gem 'appraisal' , '~> 2.4'
11
12
12
13
if rails_ver . start_with? ( '7.0' )
13
14
gem 'concurrent-ruby' , '1.3.4'
@@ -31,6 +32,7 @@ gem 'cuprite'
31
32
gem 'rspec_junit_formatter'
32
33
gem 'rspec-rails'
33
34
gem 'rspec-retry'
35
+ gem 'simplecov' , require : false
34
36
35
37
# Linters
36
38
gem 'fasterer'
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
+ gem "rails", "~> 6.1.0"
6
+ gem "activeadmin"
7
+ gem "activeadmin_dynamic_fields", path: "../"
8
+ gem "appraisal", "~> 2.4"
9
+ gem "sqlite3", "~> 1.7.0"
5
10
gem "bigdecimal"
6
11
gem "mutex_m"
7
12
gem "puma"
@@ -12,16 +17,12 @@ gem "cuprite"
12
17
gem "rspec_junit_formatter"
13
18
gem "rspec-rails"
14
19
gem "rspec-retry"
20
+ gem "simplecov", require: false
15
21
gem "fasterer"
16
22
gem "rubocop"
17
23
gem "rubocop-packaging"
18
24
gem "rubocop-performance"
19
25
gem "rubocop-rails"
20
26
gem "rubocop-rspec"
21
27
gem "pry-rails"
22
- gem "activeadmin"
23
- gem "rails", "~> 6.1.0"
24
28
gem "nokogiri", "~> 1.17.2"
25
- gem "sqlite3", "~> 1.7.0"
26
-
27
- gemspec path: "../"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
+ gem "rails", "~> 6.1.0"
6
+ gem "activeadmin", "~> 2.9.0"
7
+ gem "activeadmin_dynamic_fields", path: "../"
8
+ gem "appraisal", "~> 2.4"
9
+ gem "sqlite3", "~> 1.7.0"
5
10
gem "bigdecimal"
6
11
gem "mutex_m"
7
12
gem "puma"
@@ -12,16 +17,12 @@ gem "cuprite"
12
17
gem "rspec_junit_formatter"
13
18
gem "rspec-rails"
14
19
gem "rspec-retry"
20
+ gem "simplecov", require: false
15
21
gem "fasterer"
16
22
gem "rubocop"
17
23
gem "rubocop-packaging"
18
24
gem "rubocop-performance"
19
25
gem "rubocop-rails"
20
26
gem "rubocop-rspec"
21
27
gem "pry-rails"
22
- gem "activeadmin", "~> 2.9.0"
23
- gem "rails", "~> 6.1.0"
24
28
gem "nokogiri", "~> 1.17.2"
25
- gem "sqlite3", "~> 1.7.0"
26
-
27
- gemspec path: "../"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
+ gem "rails", "~> 7.0.0"
6
+ gem "activeadmin"
7
+ gem "activeadmin_dynamic_fields", path: "../"
8
+ gem "appraisal", "~> 2.4"
9
+ gem "sqlite3", "~> 1.7.0"
5
10
gem "bigdecimal"
6
11
gem "mutex_m"
7
12
gem "puma"
@@ -12,16 +17,12 @@ gem "cuprite"
12
17
gem "rspec_junit_formatter"
13
18
gem "rspec-rails"
14
19
gem "rspec-retry"
20
+ gem "simplecov", require: false
15
21
gem "fasterer"
16
22
gem "rubocop"
17
23
gem "rubocop-packaging"
18
24
gem "rubocop-performance"
19
25
gem "rubocop-rails"
20
26
gem "rubocop-rspec"
21
27
gem "pry-rails"
22
- gem "activeadmin"
23
- gem "rails", "~> 7.0.0"
24
28
gem "nokogiri", "~> 1.17.2"
25
- gem "sqlite3", "~> 1.7.0"
26
-
27
- gemspec path: "../"
Original file line number Diff line number Diff line change 112
112
ferrum (~> 0.13.0)
113
113
date (3.3.3)
114
114
diff-lcs (1.5.0)
115
+ docile (1.4.1)
115
116
erubi (1.12.0)
116
117
fasterer (0.10.1)
117
118
colorize (~> 0.7)
167
168
matrix (0.4.2)
168
169
method_source (1.0.0)
169
170
mini_mime (1.1.5)
171
+ mini_portile2 (2.8.8)
170
172
minitest (5.20.0)
171
173
mutex_m (0.3.0)
172
174
net-imap (0.3.7)
179
181
net-smtp (0.3.3)
180
182
net-protocol
181
183
nio4r (2.5.9)
182
- nokogiri (1.17.2-x86_64-linux)
184
+ nokogiri (1.17.2)
185
+ mini_portile2 (~> 2.8.2)
183
186
racc (~> 1.4)
184
187
parallel (1.23.0)
185
188
parser (3.2.2.3)
@@ -295,14 +298,21 @@ GEM
295
298
sassc (2.4.0)
296
299
ffi (~> 1.9)
297
300
sexp_processor (4.17.0)
301
+ simplecov (0.22.0)
302
+ docile (~> 1.1)
303
+ simplecov-html (~> 0.11)
304
+ simplecov_json_formatter (~> 0.1)
305
+ simplecov-html (0.13.1)
306
+ simplecov_json_formatter (0.1.4)
298
307
sprockets (4.2.1)
299
308
concurrent-ruby (~> 1.0)
300
309
rack (>= 2.2.4, < 4)
301
310
sprockets-rails (3.4.2)
302
311
actionpack (>= 5.2)
303
312
activesupport (>= 5.2)
304
313
sprockets (>= 3.0.0)
305
- sqlite3 (1.7.3-x86_64-linux)
314
+ sqlite3 (1.7.3)
315
+ mini_portile2 (~> 2.8.0)
306
316
thor (1.2.2)
307
317
timeout (0.4.0)
308
318
tzinfo (2.0.6)
@@ -341,6 +351,7 @@ DEPENDENCIES
341
351
rubocop-rails
342
352
rubocop-rspec
343
353
sassc
354
+ simplecov
344
355
sprockets-rails
345
356
sqlite3 (~> 1.7.0)
346
357
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
+ gem "rails", "~> 7.1.0"
6
+ gem "activeadmin"
7
+ gem "activeadmin_dynamic_fields", path: "../"
8
+ gem "appraisal", "~> 2.4"
9
+ gem "sqlite3"
5
10
gem "bigdecimal"
6
11
gem "mutex_m"
7
12
gem "puma"
@@ -12,15 +17,11 @@ gem "cuprite"
12
17
gem "rspec_junit_formatter"
13
18
gem "rspec-rails"
14
19
gem "rspec-retry"
20
+ gem "simplecov", require: false
15
21
gem "fasterer"
16
22
gem "rubocop"
17
23
gem "rubocop-packaging"
18
24
gem "rubocop-performance"
19
25
gem "rubocop-rails"
20
26
gem "rubocop-rspec"
21
27
gem "pry-rails"
22
- gem "activeadmin"
23
- gem "rails", "~> 7.1.0"
24
- gem "sqlite3"
25
-
26
- gemspec path: "../"
Original file line number Diff line number Diff line change 127
127
ferrum (~> 0.15.0)
128
128
date (3.4.1)
129
129
diff-lcs (1.6.0)
130
+ docile (1.4.1)
130
131
drb (2.2.1)
131
132
erubi (1.13.1)
132
133
fasterer (0.11.0)
331
332
ffi (~> 1.9)
332
333
securerandom (0.4.1)
333
334
sexp_processor (4.17.3)
335
+ simplecov (0.22.0)
336
+ docile (~> 1.1)
337
+ simplecov-html (~> 0.11)
338
+ simplecov_json_formatter (~> 0.1)
339
+ simplecov-html (0.13.1)
340
+ simplecov_json_formatter (0.1.4)
334
341
sprockets (4.2.1)
335
342
concurrent-ruby (~> 1.0)
336
343
rack (>= 2.2.4, < 4)
@@ -380,6 +387,7 @@ DEPENDENCIES
380
387
rubocop-rails
381
388
rubocop-rspec
382
389
sassc
390
+ simplecov
383
391
sprockets-rails
384
392
sqlite3
385
393
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
+ gem "rails", "~> 7.2.0"
6
+ gem "activeadmin"
7
+ gem "activeadmin_dynamic_fields", path: "../"
8
+ gem "appraisal", "~> 2.4"
9
+ gem "sqlite3"
5
10
gem "bigdecimal"
6
11
gem "mutex_m"
7
12
gem "puma"
@@ -12,15 +17,11 @@ gem "cuprite"
12
17
gem "rspec_junit_formatter"
13
18
gem "rspec-rails"
14
19
gem "rspec-retry"
20
+ gem "simplecov", require: false
15
21
gem "fasterer"
16
22
gem "rubocop"
17
23
gem "rubocop-packaging"
18
24
gem "rubocop-performance"
19
25
gem "rubocop-rails"
20
26
gem "rubocop-rspec"
21
27
gem "pry-rails"
22
- gem "activeadmin"
23
- gem "rails", "~> 7.2.0"
24
- gem "sqlite3"
25
-
26
- gemspec path: "../"
Original file line number Diff line number Diff line change 121
121
ferrum (~> 0.15.0)
122
122
date (3.4.1)
123
123
diff-lcs (1.6.0)
124
+ docile (1.4.1)
124
125
drb (2.2.1)
125
126
erubi (1.13.1)
126
127
fasterer (0.11.0)
325
326
ffi (~> 1.9)
326
327
securerandom (0.4.1)
327
328
sexp_processor (4.17.3)
329
+ simplecov (0.22.0)
330
+ docile (~> 1.1)
331
+ simplecov-html (~> 0.11)
332
+ simplecov_json_formatter (~> 0.1)
333
+ simplecov-html (0.13.1)
334
+ simplecov_json_formatter (0.1.4)
328
335
sprockets (4.2.1)
329
336
concurrent-ruby (~> 1.0)
330
337
rack (>= 2.2.4, < 4)
@@ -375,6 +382,7 @@ DEPENDENCIES
375
382
rubocop-rails
376
383
rubocop-rspec
377
384
sassc
385
+ simplecov
378
386
sprockets-rails
379
387
sqlite3
380
388
You can’t perform that action at this time.
0 commit comments