Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #380 from department-of-veterans-affairs/dependabo…
Browse files Browse the repository at this point in the history
…t/bundler/bootsnap-1.15.0

fix: bump bootsnap from 1.13.0 to 1.15.0
  • Loading branch information
holdenhinkle authored Nov 29, 2022
2 parents 7a90ee2 + a03d953 commit 30ad1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '~> 3.1.2'
gem 'rails', '~> 7.0.4'

gem 'bcrypt', '~> 3.1' # Use ActiveModel has_secure_password
gem 'bootsnap', '~> 1.13', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.15', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'ddtrace', '~> 1.5', require: 'ddtrace/auto_instrument' # Datadog's tracing client for Ruby
gem 'faraday-http-cache', '~> 2.4' # middleware that respects HTTP cache by checking expiration of the stored responses.
gem 'flipper', '~> 0.25' # Feature flipper for ANYTHING
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
awesome_print (1.9.2)
bcrypt (3.1.18)
bindata (2.4.10)
bootsnap (1.13.0)
bootsnap (1.15.0)
msgpack (~> 1.2)
brakeman (5.4.0)
builder (3.2.4)
Expand Down Expand Up @@ -418,7 +418,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (~> 3.1)
bootsnap (~> 1.13)
bootsnap (~> 1.15)
brakeman
bundler-audit
capybara
Expand Down

0 comments on commit 30ad1ae

Please sign in to comment.