Skip to content

Commit

Permalink
Deps: switch to coveralls_reborn (#568)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mockdeep committed Apr 12, 2021
1 parent cf66a62 commit 72bd2a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

group :development, :test do
gem "capybara"
gem "coveralls", "> 0.8", require: false
gem "coveralls_reborn", require: false
gem "faker"
gem "pry-byebug"
gem "rack-test"
Expand Down
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ GEM
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.1.8)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
coveralls_reborn (0.21.0)
simplecov (>= 0.18.1, < 0.22.0)
term-ansicolor (~> 1.6)
thor (>= 0.20.3, < 2.0)
tins (~> 1.16)
crass (1.0.6)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
Expand All @@ -56,7 +55,6 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.5.1)
kgio (2.11.3)
loofah (2.9.1)
crass (~> 1.0.2)
Expand Down Expand Up @@ -152,11 +150,12 @@ GEM
sax-machine (1.3.2)
shotgun (0.9.2)
rack (>= 1.0)
simplecov (0.16.1)
simplecov (0.21.2)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
Expand Down Expand Up @@ -207,7 +206,7 @@ DEPENDENCIES
activerecord
bcrypt
capybara
coveralls (> 0.8)
coveralls_reborn
delayed_job
delayed_job_active_record
faker
Expand Down

0 comments on commit 72bd2a3

Please sign in to comment.