Skip to content

Commit

Permalink
Remove spring (#1285)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Volo <[email protected]>
  • Loading branch information
Dantemss and mwvolo authored Nov 20, 2024
1 parent 147f8de commit 308baa9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ group :development, :test do
# Codecov integration
gem 'codecov', require: false

# Speedup Rails boot time
gem 'spring'
gem 'spring-commands-rspec'

# Run specs when files change
gem 'guard-rspec'
gem 'guard-livereload', require: false
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,6 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
spring (4.2.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.5)
base64
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -923,8 +920,6 @@ DEPENDENCIES
sentry-ruby
shoulda-matchers
smarter_csv
spring
spring-commands-rspec
timecop
uglifier
vcr
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/delayed_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def handle_failed_job(job, exception)
job.fail! if fail_proc.present? && fail_proc.call(exception) ||
exception.try(:instantly_fail_if_in_background_job?)

super(job, exception)
super(job, exception)
end
end

Expand Down

0 comments on commit 308baa9

Please sign in to comment.