Bump amazing_print from 1.2.2 to 1.3.0 (#13069)
Bumps [amazing_print](https://github.com/amazing-print/amazing_print) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/amazing-print/amazing_print/releases) - [Changelog](https://github.com/amazing-print/amazing_print/blob/master/CHANGELOG.md) - [Commits](https://github.com/amazing-print/amazing_print/compare/v1.2.2...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b4eb370724
commit
0dc0983042
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/amazing_print-1.2.2.gem
vendored
BIN
vendor/cache/amazing_print-1.2.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/amazing_print-1.3.0.gem
vendored
Normal file
BIN
vendor/cache/amazing_print-1.3.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue