From c8176a261c5417f50c4defa1d60a30e7a5cc225d Mon Sep 17 00:00:00 2001 From: Andrea Egan Date: Wed, 26 Jun 2019 10:44:19 -0700 Subject: [PATCH] Fix failing review app builds #166915258 (#1225) * [#166915258] Update Gemfile.lock with bundler 2.0.2 * [#166915258] Downgrade codeclimate test reporter * [#166915258] Downgrade http gem --- Gemfile | 4 +- Gemfile.lock | 224 ++++++++++++++++++++++++++------------------------- 2 files changed, 118 insertions(+), 110 deletions(-) diff --git a/Gemfile b/Gemfile index d853e69897..53cd902a44 100644 --- a/Gemfile +++ b/Gemfile @@ -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' @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 5008de8e4b..78381f7675 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionpack-page_caching (1.1.0) + actionpack-page_caching (1.1.1) actionpack (>= 4.0.0, < 6) actionview (5.0.7.2) activesupport (= 5.0.7.2) @@ -70,25 +70,25 @@ GEM sprockets (>= 3.0, < 5) tilt arel (7.1.4) - ast (2.3.0) - awesome_print (1.7.0) - bcrypt (3.1.12) - better_errors (2.1.1) + ast (2.4.0) + awesome_print (1.8.0) + bcrypt (3.1.13) + better_errors (2.5.1) coderay (>= 1.0.0) - erubis (>= 2.6.6) + erubi (>= 1.0.0) rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - bower-rails (0.10.0) + bower-rails (0.11.0) builder (3.2.3) - byebug (9.1.0) - childprocess (0.5.9) + byebug (11.0.1) + childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - code_analyzer (0.4.5) + code_analyzer (0.4.8) sexp_processor codeclimate-test-reporter (0.6.0) simplecov (>= 0.7.1, < 1.0.0) - coderay (1.1.1) + coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -97,12 +97,12 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.1) + connection_pool (2.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) - dalli (2.7.6) - database_cleaner (1.5.3) + dalli (2.7.10) + database_cleaner (1.7.0) debug_inspector (0.0.3) devise (4.6.2) bcrypt (~> 3.0) @@ -114,66 +114,68 @@ GEM devise (> 3.5.2, < 4.7) rails (>= 4.2.0, < 6) diff-lcs (1.3) - docile (1.1.5) - domain_name (0.5.20160615) + docile (1.3.2) + domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.2) - dotenv-rails (2.7.2) - dotenv (= 2.7.2) + dotenv (2.7.4) + dotenv-rails (2.7.4) + dotenv (= 2.7.4) railties (>= 3.2, < 6.1) easypost (3.0.1) multi_json (>= 1.3.0) rest-client (>= 1.7) + erubi (1.8.0) erubis (2.7.0) - excon (0.57.1) + excon (0.64.0) execjs (2.7.0) facets (3.1.0) - factory_girl (4.7.0) + factory_girl (4.9.0) activesupport (>= 3.0.0) - factory_girl_rails (4.7.0) - factory_girl (~> 4.7.0) + factory_girl_rails (4.9.0) + factory_girl (~> 4.9.0) railties (>= 3.0.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - ffi (1.9.25) - fog-aws (1.4.0) - fog-core (~> 1.38) - fog-json (~> 1.0) + ffi (1.11.1) + fog-aws (3.5.1) + fog-core (~> 2.1) + fog-json (~> 1.1) fog-xml (~> 0.1) ipaddress (~> 0.8) - fog-core (1.44.3) + fog-core (2.1.2) builder - excon (~> 0.49) + excon (~> 0.58) formatador (~> 0.2) - fog-json (1.0.2) - fog-core (~> 1.0) + mime-types + fog-json (1.2.0) + fog-core multi_json (~> 1.10) fog-xml (0.1.3) fog-core nokogiri (>= 1.5.11, < 2.0.0) - foreman (0.84.0) + foreman (0.85.0) thor (~> 0.19.1) formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) - hashdiff (0.3.8) + hashdiff (0.3.9) hashie (3.6.0) htmlentities (4.3.4) - http (2.0.2) + http (2.0.3) addressable (~> 2.3) http-cookie (~> 1.0) http-form_data (~> 1.0.1) http_parser.rb (~> 0.6.0) - http-cookie (1.0.2) + http-cookie (1.0.3) domain_name (~> 0.5) - http-form_data (1.0.1) + http-form_data (1.0.3) http_parser.rb (0.6.0) i18n (1.6.0) concurrent-ruby (~> 1.0) - image_optimizer (1.7.0) - iniparse (1.4.2) + image_optimizer (1.7.2) + iniparse (1.4.4) ipaddress (0.8.3) jasmine (3.4.0) jasmine-core (~> 3.4.0) @@ -185,7 +187,7 @@ GEM jbuilder (2.8.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jquery-rails (4.1.1) + jquery-rails (4.3.5) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -199,46 +201,47 @@ GEM method_source (0.9.2) mime-types (3.2.2) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2019.0331) mini_magick (4.7.2) mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) - multipart-post (2.0.0) + multipart-post (2.1.1) netrc (0.11.0) - newrelic_rpm (3.16.0.318) + newrelic_rpm (6.4.0.356) nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - oj (3.7.9) + oj (3.7.12) oj_mimic_json (1.0.1) orm_adapter (0.5.0) - overcommit (0.34.2) - childprocess (~> 0.5.8) + overcommit (0.48.1) + childprocess (~> 0.6, >= 0.6.3) iniparse (~> 1.4) - parallel (1.12.0) - parser (2.4.0.2) - ast (~> 2.3) - pg (0.18.4) + parallel (1.17.0) + parser (2.6.3.0) + ast (~> 2.4.0) + pg (1.1.4) phantomjs (2.1.1.0) - powerpack (0.1.1) - prerender_rails (1.6.0) + powerpack (0.1.2) + prerender_rails (1.6.1) activesupport rack - pry (0.11.3) + pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.4.2) - byebug (~> 9.0) + pry-byebug (3.7.0) + byebug (~> 11.0) pry (~> 0.10) - pry-rails (0.3.6) + pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (3.0.3) - puma (3.12.0) + public_suffix (3.1.1) + puma (4.0.0) + nio4r (~> 2.0) rack (2.0.7) - rack-cors (1.0.1) - rack-protection (2.0.0) + rack-cors (1.0.3) + rack-protection (2.0.5) rack rack-rewrite (1.5.1) rack-test (0.6.3) @@ -255,24 +258,24 @@ GEM bundler (>= 1.3.0) railties (= 5.0.7.2) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.2) - actionpack (~> 5.x, >= 5.0.1) - actionview (~> 5.x, >= 5.0.1) - activesupport (~> 5.x) + rails-controller-testing (1.0.4) + actionpack (>= 5.0.1.x) + actionview (>= 5.0.1.x) + activesupport (>= 5.0.1.x) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - rails_autoscale_agent (0.3.1) + rails_autoscale_agent (0.6.3) activesupport (>= 3.2) - rails_best_practices (1.16.0) + rails_best_practices (1.19.4) activesupport - code_analyzer (>= 0.4.3) + code_analyzer (>= 0.4.8) erubis i18n json - require_all + require_all (~> 2.0) ruby-progressbar railties (5.0.7.2) actionpack (= 5.0.7.2) @@ -282,13 +285,15 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (3.0.0) rake (12.3.2) - rdoc (4.2.2) - json (~> 1.4) - redis (3.3.3) - require_all (1.3.3) - responders (2.4.1) - actionpack (>= 4.2.0, < 6.0) - railties (>= 4.2.0, < 6.0) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rdoc (4.3.0) + redis (4.1.2) + require_all (2.0.0) + responders (3.0.0) + actionpack (>= 5.0) + railties (>= 5.0) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -298,12 +303,12 @@ GEM faraday_middleware (>= 0.8.8, <= 1.0) hashie (>= 1.2.0, < 4.0) json (>= 1.7.5) - rspec-core (3.8.0) + rspec-core (3.8.1) rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-expectations (3.8.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-mocks (3.8.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-rails (3.8.2) @@ -314,50 +319,53 @@ GEM rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) - rspec-support (3.8.0) - rubocop (0.52.0) + rspec-support (3.8.2) + rubocop (0.52.1) parallel (~> 1.10) parser (>= 2.4.0.2, < 3.0) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) + ruby-progressbar (1.10.1) safe_yaml (1.0.5) - sass (3.4.22) - sass-rails (5.0.6) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sdoc (0.4.1) + sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) sentry-raven (2.6.3) faraday (>= 0.7.6, < 1.0) - sexp_processor (4.7.0) - shoulda-matchers (3.1.1) - activesupport (>= 4.0.0) - sidekiq (5.0.2) + sexp_processor (4.12.1) + shoulda-matchers (4.1.0) + activesupport (>= 4.2.0) + sidekiq (5.0.5) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) - redis (~> 3.3, >= 3.3.3) - simplecov (0.11.2) - docile (~> 1.1.0) - json (~> 1.8) + redis (>= 3.3.4, < 5) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.0) - slim (3.0.7) - temple (~> 0.7.6) - tilt (>= 1.3.3, < 2.1) - slim-rails (3.1.1) + simplecov-html (0.10.2) + slim (4.0.1) + temple (>= 0.7.6, < 0.9) + tilt (>= 2.0.6, < 2.1) + slim-rails (3.2.0) actionpack (>= 3.1) railties (>= 3.1) - slim (~> 3.0) - spring (2.0.2) - activesupport (>= 4.2) + slim (>= 3.0, < 5.0) + spring (2.1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -368,19 +376,19 @@ GEM sprockets_uglifier_with_source_maps (2.1.0) sprockets-rails (~> 3.0) uglifier (>= 2.5) - temple (0.7.7) + temple (0.8.1) thor (0.19.4) thread_safe (0.3.6) - tilt (2.0.5) + tilt (2.0.9) tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) - unicode-display_width (1.3.0) - vcr (4.0.0) + unf_ext (0.0.7.6) + unicode-display_width (1.6.0) + vcr (5.0.0) warden (1.2.8) rack (>= 2.0.6) webmock (3.5.1) @@ -389,7 +397,7 @@ GEM hashdiff websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.4) PLATFORMS ruby @@ -403,7 +411,7 @@ DEPENDENCIES better_errors binding_of_caller bower-rails - codeclimate-test-reporter + codeclimate-test-reporter (= 0.6.0) coffee-rails dalli database_cleaner @@ -418,7 +426,7 @@ DEPENDENCIES hashdiff (~> 0.3.0) hashie heroku-deflater! - http + http (~> 2.0.2) image_optimizer (~> 1.7.0) jasmine jasmine-jquery-rails @@ -465,4 +473,4 @@ RUBY VERSION ruby 2.5.3p105 BUNDLED WITH - 2.0.1 + 2.0.2