Skip to content

Commit

Permalink
Revert "add bootsnap"; see lobsters#512
Browse files Browse the repository at this point in the history
This reverts commit e5417d5.
  • Loading branch information
pushcx committed Jun 20, 2018
1 parent e5417d5 commit ffc054f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ gem "actionpack-page_caching"
gem "exception_notification"
gem "unicorn"

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false

# security
gem "bcrypt", "~> 3.1.2"
gem "rotp"
Expand All @@ -51,5 +48,4 @@ group :test, :development do
gem "sqlite3"
gem "faker"
gem "byebug"
gem 'listen'
end
14 changes: 0 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ GEM
arel (9.0.0)
ast (2.4.0)
bcrypt (3.1.11)
bootsnap (1.3.0)
msgpack (~> 1.0)
builder (3.2.3)
bullet (5.7.5)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -84,7 +82,6 @@ GEM
railties (>= 3.0.0)
faker (1.8.7)
i18n (>= 0.7)
ffi (1.9.25)
globalid (0.4.1)
activesupport (>= 4.2.0)
htmlentities (4.3.4)
Expand All @@ -96,10 +93,6 @@ GEM
thor (>= 0.14, < 2.0)
json (2.1.0)
kgio (2.11.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -112,7 +105,6 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
msgpack (1.2.4)
mysql2 (0.4.10)
nio4r (2.3.1)
nokogiri (1.8.2)
Expand Down Expand Up @@ -153,9 +145,6 @@ GEM
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rotp (3.3.1)
rqrcode (0.10.1)
chunky_png (~> 1.0)
Expand Down Expand Up @@ -186,7 +175,6 @@ GEM
ruby-enum (0.7.2)
i18n
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
scenic (1.4.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)
Expand Down Expand Up @@ -225,7 +213,6 @@ DEPENDENCIES
actionpack-page_caching
activerecord-typedstore
bcrypt (~> 3.1.2)
bootsnap (>= 1.1.0)
bullet
byebug
capybara
Expand All @@ -237,7 +224,6 @@ DEPENDENCIES
htmlentities
jquery-rails (~> 4.3)
json
listen
mail
mysql2 (~> 0.4.10)
nokogiri (>= 1.7.2)
Expand Down
1 change: 0 additions & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.

0 comments on commit ffc054f

Please sign in to comment.