Skip to content

Commit

Permalink
Remove spring
Browse files Browse the repository at this point in the history
  • Loading branch information
David Moles committed May 24, 2018
1 parent 89e8c6d commit be9dfb2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ group :development, :test do
gem 'pry-rails'
gem 'pry-remote'
gem 'rspec-rails', '~> 3.0'
gem 'spring'
end
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,6 @@ GEM
sortable-table (0.1.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -670,7 +668,6 @@ DEPENDENCIES
simplecov (~> 0.14)
simplecov-console (~> 0.4)
solr_wrapper (~> 1.1)
spring
stash-merritt!
stash_api!
stash_datacite!
Expand Down
5 changes: 0 additions & 5 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
5 changes: 0 additions & 5 deletions bin/rake
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run
17 changes: 0 additions & 17 deletions bin/spring

This file was deleted.

0 comments on commit be9dfb2

Please sign in to comment.