Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp. fix for cc-test-reporter & SimpleCov 0.18 #651

Merged
merged 1 commit into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end
group :test do
gem "database_cleaner"
gem "factory_bot_rails", require: false
gem "simplecov", require: false
gem "simplecov", "~> 0.17.1", require: false
gem "timecop"
gem "vcr", "~> 4.0"
gem "webmock", "~> 3.4"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ DEPENDENCIES
rails_12factor
rspec-rails (~> 3.6)
secure_headers (~> 5.0)
simplecov
simplecov (~> 0.17.1)
spring
timecop
turbolinks
Expand Down