Gemfile in bundler-alive-0.1.2 vs Gemfile in bundler-alive-0.1.3
- old
+ new
@@ -15,9 +15,13 @@
group :development do
gem "yard"
end
group :test do
- gem "simplecov"
+ # Workaround for cc-test-reporter with SimpleCov 0.18.
+ # Stop upgrading SimpleCov until the following issue will be resolved.
+ # https://github.com/codeclimate/test-reporter/issues/418
+ gem "factory_bot"
+ gem "simplecov", "~> 0.10", "< 0.18"
gem "vcr"
gem "webmock"
end