diff --git a/Gemfile b/Gemfile index 23e75a14a..4cf222096 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '6.1.7.6' gem 'jbuilder', '~> 2.11' -gem 'bootsnap', '~> 1.17', require: false # Large rails application booting enhancer +gem 'bootsnap', '~> 1.18', require: false # Large rails application booting enhancer gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby gem 'puma', '~> 5.6' gem 'rake', '~> 12.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index c44a98e6f..d7e280ee2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bootsnap (1.17.1) + bootsnap (1.18.3) msgpack (~> 1.2) builder (3.2.4) chronic (0.10.2) @@ -494,7 +494,7 @@ PLATFORMS DEPENDENCIES action_mailer_matchers (~> 1.2) bess! - bootsnap (~> 1.17) + bootsnap (~> 1.18) chronic (~> 0.10.2) colorize (~> 0.8.1) countries (~> 4.2)