From fa0ce5c790c93473c458a940eabcc7c18995c562 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 26 Apr 2019 12:55:28 +0530 Subject: Bump bootsnap to a version with disables iseq_cache for Ruby 2.5 - Refs https://github.com/Shopify/bootsnap/pull/257 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f3dea80e45..69f277be29 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem "libxml-ruby", platforms: :ruby gem "connection_pool", require: false # for railties app_generator_test -gem "bootsnap", ">= 1.4.2", require: false +gem "bootsnap", ">= 1.4.4", require: false # Active Job group :job do -- cgit v1.2.3