diff --git a/Gemfile b/Gemfile index 7d0829d5..4d286eda 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "6.1.4.4" gem "pg", "~> 1.2" -gem "bootsnap", "~> 1.9", require: false +gem "bootsnap", "~> 1.13", require: false gem "puma", "~> 4.3" gem "responders", "~> 3.0" gem "sass-rails", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index d0b88b4a..119569fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,8 +95,8 @@ GEM bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bootsnap (1.9.3) - msgpack (~> 1.0) + bootsnap (1.13.0) + msgpack (~> 1.2) builder (3.2.4) bullet (7.0.0) activesupport (>= 3.0.0) @@ -192,7 +192,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.7.1) minitest (5.15.0) - msgpack (1.4.2) + msgpack (1.5.4) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) @@ -419,7 +419,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1.111) better_errors (~> 2.9) binding_of_caller (~> 1.0) - bootsnap (~> 1.9) + bootsnap (~> 1.13) bullet (~> 7.0) byebug (~> 11.1) discard (~> 1.2)