Skip to content

Commit

Permalink
Fix failing review app builds #166915258 (#1225)
Browse files Browse the repository at this point in the history
* [#166915258] Update Gemfile.lock with bundler 2.0.2

* [#166915258] Downgrade codeclimate test reporter

* [#166915258] Downgrade http gem
  • Loading branch information
akegan authored Jun 26, 2019
1 parent 6310cca commit c8176a2
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 110 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gem 'image_optimizer', '~> 1.7.0'
gem 'prerender_rails', '~> 1.6.0'

# http requests made easy
gem 'http', require: false
gem 'http', '~> 2.0.2', require: false

gem 'sidekiq', '~> 5.0.2'

Expand All @@ -90,7 +90,7 @@ gem 'fog-aws'
gem 'sentry-raven', '~> 2.6.3'

group :test do
gem 'codeclimate-test-reporter'
gem 'codeclimate-test-reporter', '= 0.6.0'

# Provide some testing functions that were removed in Rails 5
gem 'rails-controller-testing'
Expand Down
Loading

0 comments on commit c8176a2

Please sign in to comment.