spork rails now sourced from gem

This commit is contained in:
Sam 2013-12-15 11:34:38 +11:00
parent 1c64f34eff
commit a1c439c21c
2 changed files with 5 additions and 10 deletions

View File

@ -161,7 +161,7 @@ group :test, :development do
gem 'rspec-given'
gem 'pry-rails'
gem 'pry-nav'
gem 'spork-rails', :github => 'sporkrb/spork-rails'
gem 'spork-rails'
end
group :development do

View File

@ -1,11 +1,3 @@
GIT
remote: git://github.com/sporkrb/spork-rails.git
revision: 0dd45e59d3237b4c8f9efc215b46d9c07072a95e
specs:
spork-rails (4.0.0)
rails (>= 3.0.0, < 5)
spork (>= 1.0rc0)
PATH
remote: vendor/gems/discourse_plugin
specs:
@ -365,6 +357,9 @@ GEM
slop (3.4.7)
sorcerer (1.0.2)
spork (1.0.0rc4)
spork-rails (4.0.0)
rails (>= 3.0.0, < 5)
spork (>= 1.0rc0)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
@ -489,7 +484,7 @@ DEPENDENCIES
simplecov
sinatra
slim
spork-rails!
spork-rails
therubyracer-discourse
thin
timecop