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

Commit

Permalink
fix: bump bootsnap from 1.13.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2022
1 parent 18f6c50 commit f3589cf
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.3.1)
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 f3589cf

Please sign in to comment.