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:
parent
aa24bcbcc9
commit
076f079d17
3 changed files with 5 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue