Skip to content

Commit

Permalink
Remove spring (#3449)
Browse files Browse the repository at this point in the history
We don't get a lot of value from including this
  • Loading branch information
parndt committed Oct 21, 2019
1 parent 43c803e commit adbc7d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 37 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -12,9 +12,6 @@ end
gem 'bootsnap', require: false gem 'bootsnap', require: false
gem 'listen' gem 'listen'


gem 'spring'
gem 'spring-commands-rspec'

gem 'activejob' gem 'activejob'


# Add support for refinerycms-acts-as-indexed # Add support for refinerycms-acts-as-indexed
Expand Down
6 changes: 0 additions & 6 deletions bin/rake
Expand Up @@ -5,12 +5,6 @@
# The application 'rake' is installed as part of a gem, and # The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it. # this file is here to facilitate running it.
# #
begin
if Dir.exist?(File.expand_path('../../spec/dummy', __FILE__))
load File.expand_path("../spring", __FILE__)
end
rescue LoadError
end
require 'pathname' require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath) Pathname.new(__FILE__).realpath)
Expand Down
13 changes: 4 additions & 9 deletions bin/rspec
@@ -1,20 +1,15 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true

# #
# This file was generated by Bundler. # This file was generated by Bundler.
# #
# The application 'rspec' is installed as part of a gem, and # The application 'rspec' is installed as part of a gem, and
# this file is here to facilitate running it. # this file is here to facilitate running it.
# #

begin
if Dir.exist?(File.expand_path('../../spec/dummy', __FILE__))
load File.expand_path("../spring", __FILE__)
end
rescue LoadError
end
require 'pathname' require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
Pathname.new(__FILE__).realpath) Pathname.new(__FILE__).realpath)


require 'rubygems' require 'rubygems'
require 'bundler/setup' require 'bundler/setup'
Expand Down
18 changes: 0 additions & 18 deletions bin/spring

This file was deleted.

1 change: 0 additions & 1 deletion config/spring.rb

This file was deleted.

0 comments on commit adbc7d4

Please sign in to comment.