Skip to content

Commit

Permalink
Bump bootsnap from 1.16.0 to 1.17.0 (#502)
Browse files Browse the repository at this point in the history
* Bump bootsnap from 1.16.0 to 1.17.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.16.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 4, 2023
1 parent 57ee354 commit e12aa90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.16.0', require: false
gem 'bootsnap', '~> 1.17.0', require: false

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '~> 2.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
base64 (0.1.1)
bcrypt (3.1.19)
bigdecimal (3.1.4)
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
case_transform (0.2)
Expand Down Expand Up @@ -156,7 +156,7 @@ GEM
minitest (5.20.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.6.0)
msgpack (1.7.2)
mutex_m (0.1.2)
net-imap (0.4.1)
date
Expand Down Expand Up @@ -283,7 +283,7 @@ DEPENDENCIES
active_model_serializers (~> 0.10)
annotate (~> 3.2)
bcrypt (~> 3.1)
bootsnap (~> 1.16.0)
bootsnap (~> 1.17.0)
codecov (~> 0.6.0)
debug (~> 1.8)
factory_bot_rails (~> 6.2)
Expand Down
8 changes: 4 additions & 4 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e12aa90

Please sign in to comment.