Bump amazing_print from 1.1.0 to 1.2.0 (#8640)
* Bump amazing_print from 1.1.0 to 1.2.0 Bumps [amazing_print](https://github.com/amazing-print/amazing_print) from 1.1.0 to 1.2.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.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump amazing_print from 1.1.0 to 1.2.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
d6fa1d3367
commit
3e8089f191
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/amazing_print-1.1.0.gem
vendored
BIN
vendor/cache/amazing_print-1.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/amazing_print-1.2.0.gem
vendored
Normal file
BIN
vendor/cache/amazing_print-1.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue