mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
proper bootsnap release
This commit is contained in:
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
#source 'http://production.cf.rubygems.org'
|
#source 'http://production.cf.rubygems.org'
|
||||||
|
|
||||||
# does not install in linux ATM, so hack this for now
|
# 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?
|
def rails_master?
|
||||||
ENV["RAILS_MASTER"] == '1'
|
ENV["RAILS_MASTER"] == '1'
|
||||||
|
@ -62,7 +62,7 @@ GEM
|
|||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.7.2)
|
binding_of_caller (0.7.2)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootsnap (0.3.0.pre)
|
bootsnap (0.3.0)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
bullet (5.4.2)
|
bullet (5.4.2)
|
||||||
@ -400,7 +400,7 @@ DEPENDENCIES
|
|||||||
barber
|
barber
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootsnap (= 0.3.0.pre)
|
bootsnap
|
||||||
bullet
|
bullet
|
||||||
byebug
|
byebug
|
||||||
certified
|
certified
|
||||||
|
Reference in New Issue
Block a user