Skip to content

Commit

Permalink
Merge pull request #25 from ShreyasPatil/master
Browse files Browse the repository at this point in the history
performed changes in gemspec file
  • Loading branch information
sameer49 committed Jan 29, 2015
2 parents b0a09f8 + aadd0eb commit 5f22d06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions selenium-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Gem::Specification.new do |s|
s.post_install_message = 'Thanks for installing selenium-cucumber gem.'


# s.required_ruby_version = '>= 1.9.3'
# s.add_runtime_dependency 'cucumber', '~> 1.3.17', '>= 1.3.11'
# s.add_runtime_dependency 'selenium-webdriver', '~> 2.44.0', '>= 2.41.0'
# s.add_runtime_dependency 'chunky_png', '~> 1.3.3', '>= 1.3.0'
# s.add_runtime_dependency 'appium_lib', '~> 4.1.0', '>= 4.0.0'
s.required_ruby_version = '>= 1.9.3'
s.add_runtime_dependency 'cucumber', '~> 1.3.17', '>= 1.3.11'
s.add_runtime_dependency 'selenium-webdriver', '~> 2.44.0', '>= 2.41.0'
s.add_runtime_dependency 'chunky_png', '~> 1.3.3', '>= 1.3.0'
s.add_runtime_dependency 'appium_lib', '~> 4.1.0', '>= 4.0.0'
end

0 comments on commit 5f22d06

Please # to comment.