Remove bootsnap
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-12 14:41:47 -06:00
parent ff3013f917
commit a67f3e466b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 0 additions and 8 deletions

View File

@ -22,9 +22,6 @@ gem 'jbuilder', '~> 2.7'
# Use Active Model has_secure_password # Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7' # gem 'bcrypt', '~> 3.1.7'
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false
# Configuration # Configuration
gem 'dotenv-rails' gem 'dotenv-rails'

View File

@ -70,8 +70,6 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.16) bcrypt (3.1.16)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.10.3)
msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
capybara (3.36.0) capybara (3.36.0)
addressable addressable
@ -163,7 +161,6 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.4)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
net-protocol net-protocol
@ -307,7 +304,6 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
bootsnap
capybara capybara
cssbundling-rails cssbundling-rails
database_cleaner database_cleaner

View File

@ -1,4 +1,3 @@
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup" # Set up gems listed in the Gemfile. require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.