17828: Remove bootsnap, which just seems to cause trouble
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 22 Jun 2021 19:01:18 +0000 (15:01 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 22 Jun 2021 19:01:18 +0000 (15:01 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

apps/workbench/Gemfile
apps/workbench/Gemfile.lock
apps/workbench/config/boot.rb
services/api/Gemfile
services/api/Gemfile.lock
services/api/config/boot.rb

index 239c24d950efa7ebab1e4b905e3ba132f47df491..46c1e8e60c9c2d3db64c5b75f865392616762d17 100644 (file)
@@ -18,9 +18,6 @@ gem 'responders', '~> 2.0'
 # See: https://github.com/rails/sprockets-rails/issues/443
 gem 'sprockets', '~> 3.0'
 
-# Fast app boot times
-gem 'bootsnap', require: false
-
 # Note: keeping this out of the "group :assets" section "may" allow us
 # to use Coffescript for UJS responses. It also prevents a
 # warning/problem when running tests: "WARN: tilt autoloading
index 709e5eb3f6d5e1928bcb8105d1e112608138004a..178e5cdfe1844a60443cf86ec95d2ce128b24908 100644 (file)
@@ -87,8 +87,6 @@ GEM
       multi_json (>= 1.0.0)
     autoprefixer-rails (9.5.1.1)
       execjs
-    bootsnap (1.4.7)
-      msgpack (~> 1.0)
     bootstrap-sass (3.4.1)
       autoprefixer-rails (>= 5.2.1)
       sassc (>= 2.0.0)
@@ -186,7 +184,6 @@ GEM
       metaclass (~> 0.0.1)
     morrisjs-rails (0.5.1.2)
       railties (> 3.1, < 6)
-    msgpack (1.3.3)
     multi_json (1.15.0)
     multipart-post (2.1.1)
     net-scp (2.0.0)
@@ -333,7 +330,6 @@ DEPENDENCIES
   andand
   angularjs-rails (~> 1.3.8)
   arvados (~> 2.1.5)
-  bootsnap
   bootstrap-sass (~> 3.4.1)
   bootstrap-tab-history-rails
   bootstrap-x-editable-rails
@@ -383,4 +379,4 @@ DEPENDENCIES
   uglifier (~> 2.0)
 
 BUNDLED WITH
-   1.17.3
+   2.2.19
index 6add5911f6238f87ff72b91fef710fc05d9b67ba..8153266683f6161a8666f74843ce6810d093ffc0 100644 (file)
@@ -8,7 +8,6 @@ require 'rubygems'
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 
 require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
-require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
 
 # Use ARVADOS_API_TOKEN environment variable (if set) in console
 require 'rails'
index ae1658123615794fc699c840c0ade42552ad5052..7fc7f8757c690fc7aed031b7b40977ec1ef1bc38 100644 (file)
@@ -25,9 +25,6 @@ group :test, :development do
   gem 'listen'
 end
 
-# Fast app boot times
-gem 'bootsnap', require: false
-
 gem 'pg', '~> 1.0'
 
 gem 'multi_json'
index 992ff39c099a1c462e9fa3de7bd08a48990439f0..7a3180d2477df410db8c813df739b9351ddc542f 100644 (file)
@@ -80,8 +80,6 @@ GEM
       addressable (>= 2.3.1)
       extlib (>= 0.9.15)
       multi_json (>= 1.0.0)
-    bootsnap (1.4.7)
-      msgpack (~> 1.0)
     builder (3.2.4)
     byebug (11.0.1)
     capistrano (2.15.9)
@@ -149,7 +147,6 @@ GEM
     minitest (5.10.3)
     mocha (1.8.0)
       metaclass (~> 0.0.1)
-    msgpack (1.3.3)
     multi_json (1.15.0)
     multi_xml (0.6.0)
     multipart-post (2.1.1)
@@ -289,7 +286,6 @@ DEPENDENCIES
   acts_as_api
   andand
   arvados (~> 2.1.5)
-  bootsnap
   byebug
   factory_bot_rails
   httpclient
@@ -325,4 +321,4 @@ DEPENDENCIES
   uglifier (~> 2.0)
 
 BUNDLED WITH
-   1.17.3
+   2.2.19
index 9605b584e9b4c94f42753fd58ac95fb35a04b048..8087911837bf64f32323b6fa568f49a32575c927 100644 (file)
@@ -6,4 +6,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.
\ No newline at end of file