aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-26 20:30:18 +0100
committerXavier Noria <fxn@hashref.com>2019-03-26 20:30:18 +0100
commit379d7e8bfa9484d495c2051266852df908c0ea59 (patch)
tree731af0ce8e298fd176d1ec6b7e6172cb731d3035 /Gemfile
parentd2f0cb1615797e89d815516f6e033c5d6415ded0 (diff)
downloadrails-379d7e8bfa9484d495c2051266852df908c0ea59.tar.gz
rails-379d7e8bfa9484d495c2051266852df908c0ea59.tar.bz2
rails-379d7e8bfa9484d495c2051266852df908c0ea59.zip
bumps Zeitwerk and Bootsnap
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 53f8512cc5..e80691bce5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -44,7 +44,7 @@ gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false
# for railties app_generator_test
-gem "bootsnap", ">= 1.4.0", require: false
+gem "bootsnap", ">= 1.4.2", require: false
# Active Job
group :job do