Skip to content

Commit

Permalink
Drop spring
Browse files Browse the repository at this point in the history
it does more harm than good at this point
  • Loading branch information
jhass committed Sep 3, 2020
1 parent f2b118d commit 4a930e3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 56 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -259,10 +259,6 @@ group :development do

# Preloading environment

gem "spring", "2.1.0"
gem "spring-commands-rspec", "1.0.4"
gem "spring-commands-cucumber", "1.0.1"

# Debugging
gem "pry"
gem "pry-byebug"
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Expand Up @@ -692,11 +692,6 @@ GEM
simplecov-html (0.10.2)
sinon-rails (1.15.0)
railties (>= 3.1)
spring (2.1.0)
spring-commands-cucumber (1.0.1)
spring (>= 0.9.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -921,9 +916,6 @@ DEPENDENCIES
simple_captcha2 (= 0.5.0)
simplecov (= 0.16.1)
sinon-rails (= 1.15.0)
spring (= 2.1.0)
spring-commands-cucumber (= 1.0.1)
spring-commands-rspec (= 1.0.4)
sprockets-es6 (= 0.9.2)
sprockets-rails (= 3.2.1)
string-direction (= 1.2.2)
Expand Down
5 changes: 0 additions & 5 deletions bin/cucumber
@@ -1,8 +1,3 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('cucumber', 'cucumber')
5 changes: 0 additions & 5 deletions bin/rails
@@ -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', __dir__)
require_relative '../config/boot'
require 'rails/commands'
5 changes: 0 additions & 5 deletions bin/rake
@@ -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
5 changes: 0 additions & 5 deletions bin/rspec
@@ -1,8 +1,3 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('rspec-core', 'rspec')
16 changes: 0 additions & 16 deletions bin/spring

This file was deleted.

8 changes: 0 additions & 8 deletions config/spring.rb

This file was deleted.

0 comments on commit 4a930e3

Please sign in to comment.