diff --git a/Gemfile b/Gemfile index 5a94da57b..2eb0daf41 100644 --- a/Gemfile +++ b/Gemfile @@ -130,7 +130,7 @@ group :development do end group :development, :test do - gem "amazing_print", "~> 1.1" # Great Ruby debugging companion: pretty print Ruby objects to visualize their structure + gem "amazing_print", "~> 1.2" # 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.32" # Capybara is an integration testing tool for rack based web applications gem "faker", "~> 2.12" # A library for generating fake data such as names, addresses, and phone numbers diff --git a/Gemfile.lock b/Gemfile.lock index bae4ec66b..bc5ed68d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) - amazing_print (1.1.0) + amazing_print (1.2.0) ancestry (3.0.7) activerecord (>= 3.2.0) approvals (0.0.24) @@ -876,7 +876,7 @@ DEPENDENCIES addressable (~> 2.7) administrate (~> 0.13) ahoy_email (~> 1.1) - amazing_print (~> 1.1) + amazing_print (~> 1.2) ancestry (~> 3.0) approvals (~> 0.0) autoprefixer-rails (~> 9.7) diff --git a/vendor/cache/amazing_print-1.1.0.gem b/vendor/cache/amazing_print-1.1.0.gem deleted file mode 100644 index 3eb9aaef7..000000000 Binary files a/vendor/cache/amazing_print-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/amazing_print-1.2.0.gem b/vendor/cache/amazing_print-1.2.0.gem new file mode 100644 index 000000000..ba2a06191 Binary files /dev/null and b/vendor/cache/amazing_print-1.2.0.gem differ