new bushido gem
This commit is contained in:
parent
c68817c8c7
commit
1731536649
2
Gemfile
2
Gemfile
@ -45,7 +45,9 @@ end
|
|||||||
group :test, :development do
|
group :test, :development do
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
gem 'ruby-debug', :platforms => :mri_18
|
||||||
gem 'ruby-debug19', :platforms => :mri_19
|
gem 'ruby-debug19', :platforms => :mri_19
|
||||||
|
|
||||||
# gem 'bushido_stub', :path => '../gems/bushido_stub'
|
# gem 'bushido_stub', :path => '../gems/bushido_stub'
|
||||||
|
gem 'bushido'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
@ -11,11 +11,6 @@ GIT
|
|||||||
xpath (0.1.2)
|
xpath (0.1.2)
|
||||||
nokogiri (~> 1.4)
|
nokogiri (~> 1.4)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../gems/bushido_stub
|
|
||||||
specs:
|
|
||||||
bushido_stub (0.0.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -274,7 +269,6 @@ DEPENDENCIES
|
|||||||
autotest
|
autotest
|
||||||
bson_ext (~> 1.3.0)
|
bson_ext (~> 1.3.0)
|
||||||
bushido
|
bushido
|
||||||
bushido_stub!
|
|
||||||
capybara
|
capybara
|
||||||
cucumber (= 0.8.5)
|
cucumber (= 0.8.5)
|
||||||
cucumber-rails
|
cucumber-rails
|
||||||
|
Loading…
Reference in New Issue
Block a user