Skip to content

Commit

Permalink
Loosen restriction on ruby_lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbonebrake committed Dec 29, 2014
1 parent 691164f commit 97de881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/appium/appium_capybara'
s.require_paths = ['lib']

s.add_runtime_dependency 'appium_lib', '~> 4', '>= 4.1.0'
s.add_runtime_dependency 'appium_lib', '>= 4.1.0'
s.add_runtime_dependency 'capybara', '~> 2.4', '>= 2.4.1'

s.add_development_dependency 'appium_thor', '~> 0.0', '>= 0.0.7'
Expand Down

0 comments on commit 97de881

Please sign in to comment.