From 175bb04d31ea375d05e3206b6e438aebd5415403 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 26 Oct 2019 04:31:02 -0700 Subject: [PATCH] Disable spring --- Gemfile | 4 ++-- Gemfile.lock | 5 ----- Guardfile | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8d461006..751c3e1f 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index ac8a304c..7ffe94f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/Guardfile b/Guardfile index b2c96a26..893857b6 100644 --- a/Guardfile +++ b/Guardfile @@ -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: {