fabrication is now released no need to source from git

This commit is contained in:
Sam 2013-10-24 13:34:20 +11:00
parent ff957a7b37
commit 3e2bd3ca93
2 changed files with 3 additions and 13 deletions

View File

@ -145,14 +145,9 @@ end
group :test, :development do
gem 'mock_redis'
# TODO upgrade, but ensure rake autospec still works
gem 'listen', '0.7.3', require: false
gem 'certified', require: false
if rails4?
gem 'fabrication', github: 'paulelliott/fabrication', require: false
else
gem 'fabrication', require: false
end
gem 'fabrication', require: false
gem 'qunit-rails'
gem 'mocha', require: false
gem 'rb-fsevent', require: RUBY_PLATFORM =~ /darwin/i ? 'rb-fsevent' : false

View File

@ -15,12 +15,6 @@ GIT
activerecord (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
GIT
remote: git://github.com/paulelliott/fabrication.git
revision: c394cca017e219ff20eb46a9d07b4b338c8e4323
specs:
fabrication (2.8.1)
GIT
remote: git://github.com/rails/rails.git
revision: 7b2f64fca71c8d13428eb48b65399736a8327554
@ -206,6 +200,7 @@ GEM
excon (0.27.6)
execjs (2.0.2)
exifr (1.1.3)
fabrication (2.8.1)
fakeweb (1.3.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
@ -482,7 +477,7 @@ DEPENDENCIES
ember-rails
ember-source (= 1.0.0.rc6.2)
eventmachine
fabrication!
fabrication
fakeweb (~> 1.3.0)
fast_blank
fast_xor!