Skip to content

Commit

Permalink
Removed spring from the Gemfile and bin/spring.
Browse files Browse the repository at this point in the history
This is not compatible with rubinius.
If we are to continue using CI with rbx then we can't use spring.

You can add the gems back to a local .gemfile to still use spring,
make sure you also restore bin/spring which is now git ignored.
  • Loading branch information
parndt committed May 31, 2016
1 parent 7e081f1 commit 38a8347
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ tmp
tmp/**/*
pkg
spec/dummy
bin/spring

# Documentation
doc/api
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -10,8 +10,6 @@ path "./" do
end

gem 'quiet_assets'
gem 'spring'
gem 'spring-commands-rspec'
gem 'poltergeist', '>= 1.8.1'

# Add support for refinerycms-acts-as-indexed
Expand Down
18 changes: 0 additions & 18 deletions bin/spring

This file was deleted.

0 comments on commit 38a8347

Please sign in to comment.