1
0
Fork 0
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:
Thomas Walpole 2014-09-19 11:47:16 -07:00
commit e448e959e5
2 changed files with 0 additions and 3 deletions

View file

@ -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"

View file

@ -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'