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 bullet from 6.1.4 to 7.0.3 #4950

Merged
merged 1 commit into from
Aug 26, 2022
Merged
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 @@ -70,7 +70,7 @@ source "https://rails-assets.org" do
end

group :development, :test do
gem "bullet", "~> 6.1.4"
gem "bullet", "~> 7.0.3"
gem "byebug", "~> 11.1.3"
gem "factory_bot_rails", "~> 6.2.0"
gem "faker", "~> 2.22.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
smart_properties
bindex (0.8.1)
builder (3.2.4)
bullet (6.1.4)
bullet (7.0.3)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
Expand Down Expand Up @@ -666,7 +666,7 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.7.0)
uniform_notifier (1.14.2)
uniform_notifier (1.16.0)
uuidtools (2.1.5)
view_component (2.69.0)
activesupport (>= 5.0.0, < 8.0)
Expand Down Expand Up @@ -711,7 +711,7 @@ DEPENDENCIES
ancestry (~> 4.2.0)
audited (~> 5.0.2)
autoprefixer-rails (~> 8.2.0)
bullet (~> 6.1.4)
bullet (~> 7.0.3)
byebug (~> 11.1.3)
cancancan (~> 3.3.0)
capistrano (~> 3.17.1)
Expand Down