diff --git a/Gemfile b/Gemfile index c56ec06..2c54407 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "bcrypt", "~> 3.1.16" # gem "image_processing", "~> 1.2" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.18.3", require: false +gem "bootsnap", "~> 1.23.0", require: false # Framework building reusable, tetable and encapsulated ViewComponents in Rails # docs: viewcomponent.org diff --git a/Gemfile.lock b/Gemfile.lock index 7bc3431..958e1f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM bindex (0.8.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) - bootsnap (1.18.6) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -503,7 +503,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.16) better_errors - bootsnap (~> 1.18.3) + bootsnap (~> 1.23.0) brakeman byebug capybara