diff --git a/Gemfile b/Gemfile index 5863b34c..84774950 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '~> 3.1.2' gem 'rails', '~> 7.0.4' gem 'bcrypt', '~> 3.1' # Use ActiveModel has_secure_password -gem 'bootsnap', '~> 1.13', require: false # Reduces boot times through caching; required in config/boot.rb +gem 'bootsnap', '~> 1.15', require: false # Reduces boot times through caching; required in config/boot.rb gem 'ddtrace', '~> 1.5', require: 'ddtrace/auto_instrument' # Datadog's tracing client for Ruby gem 'faraday-http-cache', '~> 2.4' # middleware that respects HTTP cache by checking expiration of the stored responses. gem 'flipper', '~> 0.25' # Feature flipper for ANYTHING diff --git a/Gemfile.lock b/Gemfile.lock index 04ec379b..25e9e430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM awesome_print (1.9.2) bcrypt (3.1.18) bindata (2.4.10) - bootsnap (1.13.0) + bootsnap (1.15.0) msgpack (~> 1.2) brakeman (5.4.0) builder (3.2.4) @@ -418,7 +418,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1) - bootsnap (~> 1.13) + bootsnap (~> 1.15) brakeman bundler-audit capybara