Skip to content

Commit 2a4677e

Browse files
dependabot[bot]amatsuda
authored andcommitted
Bump bootsnap from 1.21.1 to 1.22.0
Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9abeef9 commit 2a4677e

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 'stateful_enum'
3232

3333
gem 'actionview-encoded_mail_to'
3434
gem 'active_model_serializers', '~> 0.10.16'
35-
gem 'bootsnap', '~> 1.21', require: false
35+
gem 'bootsnap', '~> 1.22', require: false
3636
gem 'chartkick'
3737
gem 'draper', '~> 4.0'
3838
gem 'fastly'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
bcrypt (3.1.21)
115115
benchmark (0.5.0)
116116
bigdecimal (4.0.1)
117-
bootsnap (1.21.1)
117+
bootsnap (1.22.0)
118118
msgpack (~> 1.2)
119119
builder (3.3.0)
120120
capybara (3.40.0)
@@ -462,7 +462,7 @@ DEPENDENCIES
462462
annotate
463463
aws-sdk-s3
464464
bcrypt (~> 3.1)
465-
bootsnap (~> 1.21)
465+
bootsnap (~> 1.22)
466466
capybara (~> 3.37)
467467
chartkick
468468
cssbundling-rails

0 commit comments

Comments
 (0)