Skip to content

Commit

Permalink
Bump bootsnap from 1.16.0 to 1.17.0 (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 0c0eeed commit aded82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gem "tzinfo-data", "~> 1.2021", platforms: %i[mingw mswin x64_mingw jruby]
# Performance Optimization
#
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", "~> 1.16", require: false
gem "bootsnap", "~> 1.17", require: false

# Permissions and policies
gem "pundit", "~> 2.3"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
monetize (~> 1.9)
money (~> 6.13)
railties (>= 3.0)
msgpack (1.6.0)
msgpack (1.7.2)
multipart-post (2.3.0)
mutex_m (0.1.2)
net-http-persistent (4.0.2)
Expand Down Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
bcrypt (~> 3.1.19)
better_errors
binding_of_caller
bootsnap (~> 1.16)
bootsnap (~> 1.17)
capybara
cssbundling-rails
decent_exposure (~> 3.0)
Expand Down

0 comments on commit aded82f

Please sign in to comment.