Skip to content

Commit

Permalink
downgrades simplecov because of codeclimate/test-reporter#413
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming committed Feb 29, 2020
1 parent 73ba968 commit b2a7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

group :test do
gem 'mocha'
gem 'simplecov', require: false
gem 'simplecov', '< 0.18', require: false
gem 'stripe-ruby-mock'
gem 'webmock'
# Required for system tests
Expand Down

0 comments on commit b2a7bc6

Please sign in to comment.