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

Bump amazing_print from 1.2.2 to 1.3.0 #202

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -866,7 +866,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)
Expand Down
Binary file removed vendor/cache/amazing_print-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/amazing_print-1.3.0.gem
Binary file not shown.