1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Updated coveralls gem to a supported version

This commit is contained in:
Sylvain 2020-09-02 11:15:45 +02:00
parent 3a705fb41f
commit 69d5aa5c60
3 changed files with 12 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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