Skip to content

Commit ffe9626

Browse files
committed
remove spring because it frequently conflicts with foreman
1 parent 16e9504 commit ffe9626

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ group :development do
112112
gem 'rspec-rails', '~> 3.1'
113113
gem 'rspec-html-matchers', '~> 0.7'
114114
gem 'shoulda-matchers'
115-
gem 'spring', '~> 1.3.0'
116-
gem 'spring-commands-rspec'
117115
gem 'vcr'
118116
gem 'webmock', '~> 1.17.4', require: false
119117
end

Gemfile.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@ GEM
413413
slop (3.6.0)
414414
spectrum-rails (1.3.4)
415415
railties (>= 3.1)
416-
spring (1.3.6)
417-
spring-commands-rspec (1.0.4)
418-
spring (>= 0.9.1)
419416
sprockets (3.2.0)
420417
rack (~> 1.0)
421418
sprockets-rails (2.3.1)
@@ -562,8 +559,6 @@ DEPENDENCIES
562559
shoulda-matchers
563560
slack-notifier (~> 1.0.0)
564561
spectrum-rails
565-
spring (~> 1.3.0)
566-
spring-commands-rspec
567562
string-scrub
568563
therubyracer (~> 0.12.2)
569564
tumblr_client
@@ -582,4 +577,4 @@ DEPENDENCIES
582577
xmpp4r (~> 0.5.6)
583578

584579
BUNDLED WITH
585-
1.10.5
580+
1.10.6

Guardfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ guard 'livereload' do
88
watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html|png|jpg))).*}) { |m| "/assets/#{m[3]}" }
99
end
1010

11-
guard :rspec, cmd: 'bundle exec spring rspec' do
11+
guard :rspec, cmd: 'bundle exec rspec' do
1212
watch(%r{^spec/.+_spec\.rb$})
1313
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
1414
watch('spec/spec_helper.rb') { "spec" }

bin/spring

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)