diff --git a/Gemfile b/Gemfile index 729dbe3b17e..d595c082361 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ group :test do gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' - gem 'simplecov', '~> 1.0', require: false + gem 'simplecov', '~> 1.1', require: false gem 'timecop' gem 'webmock', '> 2.3.1' gem 'webrick', '~> 1.9.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9e5999357a5..c9a388ec8cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM pg (>= 0.18.0, != 1.2.0) sequel (>= 4.38.0) sexp_processor (4.17.5) - simplecov (1.0.3) + simplecov (1.1.0) sinatra (4.2.1) logger (>= 1.6.0) mustermann (~> 3.0) @@ -490,7 +490,7 @@ DEPENDENCIES rubyzip (>= 1.3.0) sequel (~> 5.107) sequel_pg - simplecov (~> 1.0) + simplecov (~> 1.1) sinatra (~> 4.2) sinatra-contrib solargraph