Skip to content

Commit d5872d3

Browse files
Bump bootsnap from 1.23.0 to 1.24.0
Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15a02f4 commit d5872d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.23', require: false
35+
gem 'bootsnap', '~> 1.24', 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.22)
115115
benchmark (0.5.0)
116116
bigdecimal (4.1.2)
117-
bootsnap (1.23.0)
117+
bootsnap (1.24.0)
118118
msgpack (~> 1.2)
119119
builder (3.3.0)
120120
capybara (3.40.0)
@@ -464,7 +464,7 @@ DEPENDENCIES
464464
annotate
465465
aws-sdk-s3
466466
bcrypt (~> 3.1)
467-
bootsnap (~> 1.23)
467+
bootsnap (~> 1.24)
468468
capybara (~> 3.37)
469469
chartkick
470470
cssbundling-rails

0 commit comments

Comments
 (0)