Skip to content

Commit

Permalink
remove bootsnap till we sort out linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Apr 25, 2017
1 parent 1f6418f commit 587653a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
source 'https://rubygems.org'
# if there is a super emergency and rubygems is playing up, try
#source 'http://production.cf.rubygems.org'
gem 'bootsnap', require: false

# does not install in linux ATM, so hack this for now
# gem 'bootsnap', require: false

def rails_master?
ENV["RAILS_MASTER"] == '1'
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ GEM
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootsnap (0.2.10)
msgpack (~> 1.0)
snappy (~> 0.0.15)
builder (3.2.3)
bullet (5.4.2)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -357,7 +354,6 @@ GEM
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
snappy (0.0.15)
spork (1.0.0rc4)
spork-rails (4.0.0)
rails (>= 3.0.0, < 5)
Expand Down Expand Up @@ -404,7 +400,6 @@ DEPENDENCIES
barber
better_errors
binding_of_caller
bootsnap
bullet
byebug
certified
Expand Down
2 changes: 1 addition & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])

if ENV['BOOTSNAP'] #&& ENV['RAILS_ENV'] != 'production'
if false && ENV['BOOTSNAP'] #&& ENV['RAILS_ENV'] != 'production'
require 'bootsnap'
Bootsnap.setup(
cache_dir: 'tmp/cache', # Path to your cache
Expand Down

0 comments on commit 587653a

Please sign in to comment.