aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2019-04-26 12:55:28 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2019-04-26 12:55:28 +0530
commitfa0ce5c790c93473c458a940eabcc7c18995c562 (patch)
treeb5fdeb975f240db4504f628fbacc5f2718cca145 /Gemfile
parentfb4268401575b5af3d5d2566fd37fc75f34bb93b (diff)
downloadrails-fa0ce5c790c93473c458a940eabcc7c18995c562.tar.gz
rails-fa0ce5c790c93473c458a940eabcc7c18995c562.tar.bz2
rails-fa0ce5c790c93473c458a940eabcc7c18995c562.zip
Bump bootsnap to a version with disables iseq_cache for Ruby 2.5
- Refs https://github.com/Shopify/bootsnap/pull/257
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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