diff --git a/Gemfile b/Gemfile index ba2a43ae..d3ebc30c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 8.0.4' gem 'activeadmin', '~> 3.4' gem 'active_storage_base64', '~> 3.0.1' gem 'aws-sdk-s3', '~> 1.203', require: false -gem 'bootsnap', '~> 1.18' +gem 'bootsnap', '~> 1.19' gem 'cssbundling-rails', '~> 1.4' gem 'devise', '~> 4.9' gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth' diff --git a/Gemfile.lock b/Gemfile.lock index 23eb83eb..41093530 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) - bootsnap (1.18.6) + bootsnap (1.19.0) msgpack (~> 1.2) brakeman (7.1.1) racc @@ -664,7 +664,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1.203) better_errors (~> 2.10) binding_of_caller (~> 1.0) - bootsnap (~> 1.18) + bootsnap (~> 1.19) brakeman (~> 7.1) capybara (~> 3.40) chaotic_order (~> 0.1.0)