bushido stub gem
This commit is contained in:
parent
36e5d6d55d
commit
20fd07409b
3
Gemfile
3
Gemfile
@ -46,7 +46,8 @@ group :test, :development do
|
||||
gem 'ruby-debug', :platforms => :mri_18
|
||||
gem 'ruby-debug19', :platforms => :mri_19
|
||||
|
||||
gem 'bushido_stub', :path => '../gems/bushido_stub'
|
||||
gem 'bushido_stub', :git => 'git://github.com/did/bushido_stub.git'
|
||||
# :path => '../gems/bushido_stub'
|
||||
# gem 'bushido'
|
||||
end
|
||||
|
||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -1,3 +1,10 @@
|
||||
GIT
|
||||
remote: git://github.com/did/bushido_stub.git
|
||||
revision: 6b83b2c4847832ffe7a213e725d2ceb7f864e360
|
||||
specs:
|
||||
bushido_stub (0.0.1)
|
||||
activesupport (>= 3.0.7)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/floehopper/mocha.git
|
||||
revision: 6da1242f26b12a24c4fcf67bf5921a25bc1bc88d
|
||||
@ -11,11 +18,6 @@ GIT
|
||||
xpath (0.1.2)
|
||||
nokogiri (~> 1.4)
|
||||
|
||||
PATH
|
||||
remote: ../gems/bushido_stub
|
||||
specs:
|
||||
bushido_stub (0.0.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
Loading…
Reference in New Issue
Block a user