Skip to content

Commit 308baa9

Browse files
Dantemssmwvolo
andauthored
Remove spring (#1285)
Co-authored-by: Michael Volo <volo@rice.edu>
1 parent 147f8de commit 308baa9

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@ group :development, :test do
225225
# Codecov integration
226226
gem 'codecov', require: false
227227

228-
# Speedup Rails boot time
229-
gem 'spring'
230-
gem 'spring-commands-rspec'
231-
232228
# Run specs when files change
233229
gem 'guard-rspec'
234230
gem 'guard-livereload', require: false

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,6 @@ GEM
761761
snaky_hash (2.0.1)
762762
hashie
763763
version_gem (~> 1.1, >= 1.1.1)
764-
spring (4.2.1)
765-
spring-commands-rspec (1.0.4)
766-
spring (>= 0.9.1)
767764
sprockets (3.7.5)
768765
base64
769766
concurrent-ruby (~> 1.0)
@@ -923,8 +920,6 @@ DEPENDENCIES
923920
sentry-ruby
924921
shoulda-matchers
925922
smarter_csv
926-
spring
927-
spring-commands-rspec
928923
timecop
929924
uglifier
930925
vcr

config/initializers/delayed_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def handle_failed_job(job, exception)
6565
job.fail! if fail_proc.present? && fail_proc.call(exception) ||
6666
exception.try(:instantly_fail_if_in_background_job?)
6767

68-
super(job, exception)
68+
super(job, exception)
6969
end
7070
end
7171

0 commit comments

Comments
 (0)