Skip to content

Commit 1a85f29

Browse files
build(deps): bump bootsnap from 1.19.0 to 1.20.1
Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.19.0 to 1.20.1. - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbdf3d7 commit 1a85f29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'aws-sdk-cognitoidentityprovider', '~> 1.132.0'
3232
# importing creds
3333
gem 'aws-sdk-s3', '~> 1'
3434
# Reduces boot times through caching; required in config/boot.rb
35-
gem 'bootsnap', '~> 1.19.0', require: false
35+
gem 'bootsnap', '~> 1.20.1', require: false
3636

3737
# For background jobs
3838
gem 'solid_queue', '~> 1.2.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
benchmark (0.5.0)
113113
bigdecimal (4.0.1)
114114
bindex (0.8.1)
115-
bootsnap (1.19.0)
115+
bootsnap (1.20.1)
116116
msgpack (~> 1.2)
117117
brakeman (7.1.2)
118118
racc
@@ -433,7 +433,7 @@ DEPENDENCIES
433433
aws-sdk-cognitoidentityprovider (~> 1.132.0)
434434
aws-sdk-s3 (~> 1)
435435
aws-sdk-ssm (~> 1.207.0)
436-
bootsnap (~> 1.19.0)
436+
bootsnap (~> 1.20.1)
437437
brakeman (~> 7.1.2)
438438
byebug (~> 12.0.0)
439439
canonical-rails!

0 commit comments

Comments
 (0)