Disable spring

This commit is contained in:
Jesse C. Fisher 2019-10-26 04:31:02 -07:00
parent 49885a3149
commit f82590d31f
3 changed files with 3 additions and 8 deletions

View File

@ -10,7 +10,7 @@ gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder' #, '~> 2.0'
gem 'sdoc', group: :doc #, '~> 0.4.0'
gem 'spring', group: :development
# gem 'spring', group: :development
gem 'devise'
gem 'devise_invitable'
gem 'haml-rails'
@ -49,7 +49,7 @@ group :development do
gem 'rb-fchange', require: false
gem 'rb-fsevent', require: false
gem 'rb-inotify', require: false
gem 'spring-commands-rspec'
# gem 'spring-commands-rspec'
gem 'guard-ctags-bundler'
end
group :development, :test, :staging do

View File

@ -379,9 +379,6 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.1.0)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@ -477,8 +474,6 @@ DEPENDENCIES
selenium-webdriver
simple_form
simplecov
spring
spring-commands-rspec
sprockets (~> 3.7)
turbolinks
uglifier

View File

@ -51,7 +51,7 @@ end
# * 'just' rspec: 'rspec'
rspec_options = {
cmd: "bundle exec spring rspec",
cmd: "bundle exec rspec",
all_after_pass: false,
failed_mode: :focus,
# run_all: {