diff --git a/Gemfile b/Gemfile index e27b9fb85..8204b7670 100644 --- a/Gemfile +++ b/Gemfile @@ -140,7 +140,7 @@ group :development do end group :development, :test do - gem "amazing_print", "~> 1.2" # Great Ruby debugging companion: pretty print Ruby objects to visualize their structure + gem "amazing_print", "~> 1.3" # Great Ruby debugging companion: pretty print Ruby objects to visualize their structure gem "bullet", "~> 6.1" # help to kill N+1 queries and unused eager loading gem "capybara", "~> 3.35.3" # Capybara is an integration testing tool for rack based web applications gem "cypress-rails", "~> 0.4.2" # For end to end tests (E2E) diff --git a/Gemfile.lock b/Gemfile.lock index 27e3d95e8..3f13ed924 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM device_detector geocoder (>= 1.4.5) safely_block (>= 0.2.1) - amazing_print (1.2.2) + amazing_print (1.3.0) ancestry (3.2.1) activerecord (>= 4.2.0) anyway_config (2.1.0) @@ -887,7 +887,7 @@ DEPENDENCIES addressable (~> 2.7) ahoy_email (~> 1.1) ahoy_matey (~> 3.2) - amazing_print (~> 1.2) + amazing_print (~> 1.3) ancestry (~> 3.2) approvals (~> 0.0) better_errors (~> 2.9) diff --git a/vendor/cache/amazing_print-1.2.2.gem b/vendor/cache/amazing_print-1.2.2.gem deleted file mode 100644 index f9fbaf744..000000000 Binary files a/vendor/cache/amazing_print-1.2.2.gem and /dev/null differ diff --git a/vendor/cache/amazing_print-1.3.0.gem b/vendor/cache/amazing_print-1.3.0.gem new file mode 100644 index 000000000..b3371d6b2 Binary files /dev/null and b/vendor/cache/amazing_print-1.3.0.gem differ