mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
proper bootsnap release
This commit is contained in:
parent
b839493fea
commit
3384a7dd2a
2 changed files with 3 additions and 3 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', '0.3.0.pre', require: false
|
||||
gem 'bootsnap', require: false
|
||||
|
||||
def rails_master?
|
||||
ENV["RAILS_MASTER"] == '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue