Bump bullet from 6.1.5 to 7.0.0 (#15833)
Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.1.5 to 7.0.0. - [Release notes](https://github.com/flyerhzm/bullet/releases) - [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md) - [Commits](https://github.com/flyerhzm/bullet/compare/6.1.5...7.0.0) --- updated-dependencies: - dependency-name: bullet dependency-type: direct:development update-type: version-update:semver-major ... 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
a2f324a2dc
commit
2f47b47c32
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -139,7 +139,7 @@ end
|
|||
|
||||
group :development, :test do
|
||||
gem "amazing_print", "~> 1.4" # 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 "bullet", "~> 7.0" # help to kill N+1 queries and unused eager loading
|
||||
gem "capybara", "~> 3.36.0" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "cypress-rails", "~> 0.5" # For end to end tests (E2E)
|
||||
gem "debug", ">= 1.0.0" # Provide a debug with step capabilities
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ GEM
|
|||
redis (>= 1.0, <= 5.0)
|
||||
buftok (0.2.0)
|
||||
builder (3.2.4)
|
||||
bullet (6.1.5)
|
||||
bullet (7.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11)
|
||||
bundler-audit (0.9.0.1)
|
||||
|
|
@ -925,7 +925,7 @@ DEPENDENCIES
|
|||
blazer (~> 2.4.8)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 5.2)
|
||||
bullet (~> 6.1)
|
||||
bullet (~> 7.0)
|
||||
bundler-audit (~> 0.9)
|
||||
capybara (~> 3.36.0)
|
||||
carrierwave (~> 2.2)
|
||||
|
|
|
|||
BIN
vendor/cache/bullet-6.1.5.gem
vendored
BIN
vendor/cache/bullet-6.1.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/bullet-7.0.0.gem
vendored
Normal file
BIN
vendor/cache/bullet-7.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue