Skip to content

Commit 72bd2a3

Browse files
authored
Deps: switch to coveralls_reborn (#568)
The [coveralls gem][gem] hasn't been updated in more than a year. The [reborn][reborn] is a more up to date version that doesn't lock us down on an older version of SimpleCov. We may want to consider removing Coveralls entirely and just using the CI coverage, perhaps also keeping the artifacts for easy reference. [gem]: https://github.com/lemurheavy/coveralls-ruby [reborn]: https://github.com/tagliala/coveralls-ruby-reborn
1 parent cf66a62 commit 72bd2a3

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
group :development, :test do
1818
gem "capybara"
19-
gem "coveralls", "> 0.8", require: false
19+
gem "coveralls_reborn", require: false
2020
gem "faker"
2121
gem "pry-byebug"
2222
gem "rack-test"

Gemfile.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ GEM
2727
xpath (~> 3.2)
2828
coderay (1.1.3)
2929
concurrent-ruby (1.1.8)
30-
coveralls (0.8.23)
31-
json (>= 1.8, < 3)
32-
simplecov (~> 0.16.1)
33-
term-ansicolor (~> 1.3)
34-
thor (>= 0.19.4, < 2.0)
35-
tins (~> 1.6)
30+
coveralls_reborn (0.21.0)
31+
simplecov (>= 0.18.1, < 0.22.0)
32+
term-ansicolor (~> 1.6)
33+
thor (>= 0.20.3, < 2.0)
34+
tins (~> 1.16)
3635
crass (1.0.6)
3736
delayed_job (4.1.9)
3837
activesupport (>= 3.0, < 6.2)
@@ -56,7 +55,6 @@ GEM
5655
multi_xml (>= 0.5.2)
5756
i18n (1.8.10)
5857
concurrent-ruby (~> 1.0)
59-
json (2.5.1)
6058
kgio (2.11.3)
6159
loofah (2.9.1)
6260
crass (~> 1.0.2)
@@ -152,11 +150,12 @@ GEM
152150
sax-machine (1.3.2)
153151
shotgun (0.9.2)
154152
rack (>= 1.0)
155-
simplecov (0.16.1)
153+
simplecov (0.21.2)
156154
docile (~> 1.1)
157-
json (>= 1.8, < 3)
158-
simplecov-html (~> 0.10.0)
159-
simplecov-html (0.10.2)
155+
simplecov-html (~> 0.11)
156+
simplecov_json_formatter (~> 0.1)
157+
simplecov-html (0.12.3)
158+
simplecov_json_formatter (0.1.2)
160159
sinatra (2.1.0)
161160
mustermann (~> 1.0)
162161
rack (~> 2.2)
@@ -207,7 +206,7 @@ DEPENDENCIES
207206
activerecord
208207
bcrypt
209208
capybara
210-
coveralls (> 0.8)
209+
coveralls_reborn
211210
delayed_job
212211
delayed_job_active_record
213212
faker

0 commit comments

Comments
 (0)