summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:48:17 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:54:32 +0200
commit774f9ef120ee3e8a40aec0eead1d932b17d3fa39 (patch)
tree7dfa471f4e40010e68e71feb18f53d21dd2cc821 /Gemfile
parentf356547339f49795117f103e9ef6a20e3edf695d (diff)
Bump codacy-coverage to ~>2.2 and simplecov to ~>0.17.1
codacy-coverage is not compatible with simplecov >= 0.18, see https://github.com/codacy/ruby-codacy-coverage/issues/50.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3a70834..87e6b96 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,5 +17,5 @@ group :development do
end
group :ci do
- gem 'codacy-coverage', '~> 1.1', require: false
+ gem 'codacy-coverage', '~> 2.2', require: false
end