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.10.3 to 1.11.1 (#153)
Browse files Browse the repository at this point in the history
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.10.3 to 1.11.1.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.10.3...v1.11.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and rileyanderson committed Mar 11, 2022
1 parent 07974eb commit db08af8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0'
gem 'rails', '~> 7.0.2'

gem 'bcrypt', '~> 3.1' # Use ActiveModel has_secure_password
gem 'bootsnap', '~> 1.10', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.11', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'flipper', '~> 0.24' # Feature flipper for ANYTHING
gem 'flipper-redis', '~> 0.24' # Redis adapter for Flipper
gem 'flipper-ui', '~> 0.24' # UI for the Flipper gem
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
awesome_print (1.9.2)
bcrypt (3.1.16)
bindata (2.4.10)
bootsnap (1.10.3)
bootsnap (1.11.1)
msgpack (~> 1.2)
brakeman (5.2.1)
builder (3.2.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ GEM
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
msgpack (1.4.4)
msgpack (1.4.5)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -371,7 +371,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (~> 3.1)
bootsnap (~> 1.10)
bootsnap (~> 1.11)
brakeman
bundler-audit
capybara
Expand Down

0 comments on commit db08af8

Please sign in to comment.