From 69d5aa5c609c0552ddb4748ec1cb12e1645b6152 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 2 Sep 2020 11:15:45 +0200 Subject: [PATCH] Updated coveralls gem to a supported version --- CHANGELOG.md | 1 + Gemfile | 2 +- Gemfile.lock | 22 ++++++++++------------ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc2f2452..757458fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog Fab-manager - Fix a bug: unable to run tests suite with run-tests.sh +- Updated coveralls gem to a supported version ## v4.5.6 2020 September 1st diff --git a/Gemfile b/Gemfile index e9ffbd018..3b7b75d40 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'active_record_query_trace' gem 'awesome_print' - gem 'coveralls', require: false + gem 'coveralls_reborn', '~> 0.17.0', require: false gem 'foreman' gem 'web-console', '>= 3.3.0' # Preview mail in the browser diff --git a/Gemfile.lock b/Gemfile.lock index e6ddd3b0b..a4343e1d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,12 +117,11 @@ GEM sprockets (< 4.0) concurrent-ruby (1.1.6) connection_pool (2.2.3) - 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.17.0) + simplecov (>= 0.18.1, < 0.20.0) + term-ansicolor (~> 1.6) + thor (>= 0.20.3, < 2.0) + tins (~> 1.16) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) @@ -395,11 +394,10 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 4.0, < 7.0) thor (~> 0) - simplecov (0.16.1) + simplecov (0.19.0) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) + simplecov-html (~> 0.11) + simplecov-html (0.12.2) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -421,7 +419,7 @@ GEM thor (0.20.3) thread_safe (0.3.6) tilt (2.0.10) - tins (1.24.1) + tins (1.25.0) sync ttfunk (1.5.1) twitter_cldr (5.4.0) @@ -472,7 +470,7 @@ DEPENDENCIES chroma compass-core! compass-rails (= 3.1.0) - coveralls + coveralls_reborn (~> 0.17.0) database_cleaner devise (>= 4.6.0) dotenv-rails