2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

bootsnap upgrade

see: https://github.com/Shopify/bootsnap/pull/43#issuecomment-304281474
This commit is contained in:
Sam 2017-05-26 09:37:18 -04:00
parent aa24bcbcc9
commit 076f079d17
3 changed files with 5 additions and 7 deletions

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
#source 'http://production.cf.rubygems.org'
# does not install in linux ATM, so hack this for now
gem 'bootsnap', require: false
gem 'bootsnap', '0.3.0.pre', require: false
def rails_master?
ENV["RAILS_MASTER"] == '1'