Skip to content

Commit

Permalink
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 Feb 3, 2024
1 parent 79b1bc7 commit 9ba60ec
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 @@ -27,7 +27,7 @@ gem 'will_paginate', '~> 4.0'
gem 'image_processing', '~> 1.12.2'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.17.1', require: false
gem 'bootsnap', '~> 1.18.3', require: false

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '~> 2.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.6)
bootsnap (1.17.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
case_transform (0.2)
Expand Down Expand Up @@ -286,7 +286,7 @@ DEPENDENCIES
active_model_serializers (~> 0.10)
annotate (~> 3.2)
bcrypt (~> 3.1)
bootsnap (~> 1.17.1)
bootsnap (~> 1.18.3)
codecov (~> 0.6.0)
debug (~> 1.9)
factory_bot_rails (~> 6.4)
Expand Down

0 comments on commit 9ba60ec

Please sign in to comment.