diff --git a/Gemfile b/Gemfile index 99f0792d3..cc7817a0d 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.16', require: false # Large rails application booting enhancer +gem 'bootsnap', '~> 1.17', 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 bc1f1abad..17f384502 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bootsnap (1.16.0) + bootsnap (1.17.0) msgpack (~> 1.2) builder (3.2.4) chronic (0.10.2) @@ -264,7 +264,7 @@ GEM minitest (5.20.0) money (6.16.0) i18n (>= 0.6.4, <= 2) - msgpack (1.6.0) + msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) net-imap (0.3.7) @@ -488,7 +488,7 @@ PLATFORMS DEPENDENCIES action_mailer_matchers (~> 1.2) bess! - bootsnap (~> 1.16) + bootsnap (~> 1.17) chronic (~> 0.10.2) colorize (~> 0.8.1) countries (~> 4.2)