Skip to content

Commit

Permalink
build(deps): bump bootsnap from 1.17.1 to 1.18.3
Browse files Browse the repository at this point in the history
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.1 to 1.18.3.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.17.1...v1.18.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 64d2606 commit 6e12de6
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 @@ -22,7 +22,7 @@ gem 'aws-sdk-cognitoidentityprovider', '~> 1.88.0'
# importing creds
gem 'aws-sdk-s3', '~> 1'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.17.1', require: false
gem 'bootsnap', '~> 1.18.3', require: false

# For scheduling tasks
gem 'arask', '~> 1.2.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
smart_properties
bigdecimal (3.1.6)
bindex (0.8.1)
bootsnap (1.17.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
brakeman (6.1.1)
racc
Expand Down Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
aws-sdk-cognitoidentityprovider (~> 1.88.0)
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.162.0)
bootsnap (~> 1.17.1)
bootsnap (~> 1.18.3)
brakeman (~> 6.1.1)
byebug (~> 11.1.3)
canonical-rails!
Expand Down

0 comments on commit 6e12de6

Please sign in to comment.