mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #1383 from abotalov/remove_fuubar_from_beta_Gemfile
Cleanup gemfiles
This commit is contained in:
commit
e448e959e5
2 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ require 'capybara/version'
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "capybara"
|
||||
s.rubyforge_project = "capybara"
|
||||
s.version = Capybara::VERSION
|
||||
s.required_ruby_version = ">= 1.9.3"
|
||||
s.license = "MIT"
|
||||
|
|
|
@ -4,5 +4,3 @@ gem 'bundler', '~> 1.0'
|
|||
gemspec :path => '..'
|
||||
|
||||
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
||||
|
||||
gem 'fuubar', '>= 2.0.0.beta1'
|
||||
|
|
Loading…
Reference in a new issue