Skip to content

Commit 754dc8d

Browse files
authored
Merge pull request #459 from ZeusWPI/dependabot/bundler/bootsnap-1.24.3
Bump bootsnap from 1.24.1 to 1.24.3
2 parents a824a54 + d002253 commit 754dc8d

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 'rack-cors', '~> 3.0.0'
3232
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
3333

3434
# Reduces boot times through caching; required in config/boot.rb
35-
gem 'bootsnap', '~> 1.24.1', require: false
35+
gem 'bootsnap', '~> 1.24.3', require: false
3636

3737
group :development, :test do
3838
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
base64 (0.3.0)
8585
bigdecimal (4.1.1)
8686
bindex (0.8.1)
87-
bootsnap (1.24.1)
87+
bootsnap (1.24.3)
8888
msgpack (~> 1.2)
8989
brakeman (8.0.4)
9090
racc
@@ -374,7 +374,7 @@ PLATFORMS
374374

375375
DEPENDENCIES
376376
annotaterb (~> 4.22)
377-
bootsnap (~> 1.24.1)
377+
bootsnap (~> 1.24.3)
378378
brakeman (~> 8.0.4)
379379
capybara (~> 3.40.0)
380380
debug (~> 1.11.1)

0 commit comments

Comments
 (0)