Skip to content

Commit 1951d6e

Browse files
authored
Merge pull request #1359 from Crown-Commercial-Service/dependabot/bundler/bootsnap-1.23.0
build(deps): bump bootsnap from 1.22.0 to 1.23.0
2 parents e1e7db3 + 4e979cd commit 1951d6e

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.136.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.22.0', require: false
35+
gem 'bootsnap', '~> 1.23.0', require: false
3636

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

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.22.0)
115+
bootsnap (1.23.0)
116116
msgpack (~> 1.2)
117117
brakeman (8.0.2)
118118
racc
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
aws-sdk-cognitoidentityprovider (~> 1.136.0)
440440
aws-sdk-s3 (~> 1)
441441
aws-sdk-ssm (~> 1.210.0)
442-
bootsnap (~> 1.22.0)
442+
bootsnap (~> 1.23.0)
443443
brakeman (~> 8.0.2)
444444
byebug (~> 13.0.0)
445445
canonical-rails!

0 commit comments

Comments
 (0)