mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Pin simplecov to 0.17
This commit is contained in:
parent
da28f75ac2
commit
7b47dc5744
2
Gemfile
2
Gemfile
@ -21,7 +21,7 @@ group :test do
|
||||
gem 'rack-test'
|
||||
gem 'rubocop-performance'
|
||||
gem 'rubocop-sequel'
|
||||
gem 'simplecov'
|
||||
gem 'simplecov', '0.17.1'
|
||||
gem 'vcr'
|
||||
gem 'webmock'
|
||||
end
|
||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -17,6 +17,7 @@ GEM
|
||||
i18n (1.8.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jaro_winkler (1.5.4)
|
||||
json (2.3.0)
|
||||
kgio (2.11.3)
|
||||
minitest (5.14.0)
|
||||
minitest-around (0.5.0)
|
||||
@ -67,10 +68,11 @@ GEM
|
||||
sequel_pg (1.12.5)
|
||||
pg (>= 0.18.0, != 1.2.0)
|
||||
sequel (>= 4.38.0)
|
||||
simplecov (0.18.5)
|
||||
simplecov (0.17.1)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov-html (0.12.2)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
sinatra (2.0.8.1)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
@ -106,7 +108,7 @@ DEPENDENCIES
|
||||
rubocop-sequel
|
||||
rufus-scheduler
|
||||
sequel_pg
|
||||
simplecov
|
||||
simplecov (= 0.17.1)
|
||||
sinatra
|
||||
unicorn
|
||||
vcr
|
||||
|
Loading…
Reference in New Issue
Block a user