mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Remove bootsnap
It was causing weird hangs while booting the app.
This commit is contained in:
parent
cc50993861
commit
d1b13e7c35
2 changed files with 0 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -3,7 +3,6 @@ source 'https://rubygems.org'
|
|||
gem 'rails', '~> 5.2.1'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'coffee-rails', '~> 4.2.0'
|
||||
gem 'bootsnap', '~> 1.1'
|
||||
|
||||
#gem 'json'
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue