Skip to content

Commit

Permalink
Merge pull request #1669 from houdiniproject/dependabot/bundler/boots…
Browse files Browse the repository at this point in the history
…nap-1.17.0

Bump bootsnap from 1.16.0 to 1.17.0
  • Loading branch information
wwahammy authored Nov 1, 2023
2 parents dbff332 + 4c137b0 commit 17d180c
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'rails', '6.1.7.6'
gem 'jbuilder', '~> 2.11'
gem 'bootsnap', '~> 1.16', require: false # Large rails application booting enhancer
gem 'bootsnap', '~> 1.17', require: false # Large rails application booting enhancer
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby
gem 'puma', '~> 5.6'
gem 'rake', '~> 12.3.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
chronic (0.10.2)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
minitest (5.20.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
msgpack (1.6.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.3.7)
Expand Down Expand Up @@ -488,7 +488,7 @@ PLATFORMS
DEPENDENCIES
action_mailer_matchers (~> 1.2)
bess!
bootsnap (~> 1.16)
bootsnap (~> 1.17)
chronic (~> 0.10.2)
colorize (~> 0.8.1)
countries (~> 4.2)
Expand Down

0 comments on commit 17d180c

Please sign in to comment.