Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #75 from diffux/upgrade-selenium
Browse files Browse the repository at this point in the history
Update selenium-webdriver
  • Loading branch information
trotzig committed May 9, 2016
2 parents e9078f3 + 41f2b61 commit 69f0e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffux_ci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*']
s.add_runtime_dependency 'diffux-core', '~> 0.0', '>= 0.0.2'
s.add_runtime_dependency 'oily_png', '~> 1.1'
s.add_runtime_dependency 'selenium-webdriver', '~> 2.44', '>= 2.44.0'
s.add_runtime_dependency 'selenium-webdriver', '~> 2.53', '>= 2.53.0'
s.add_runtime_dependency 'thin', '~> 1.6', '>= 1.6.3'
s.add_runtime_dependency 'sinatra', '~> 1.4', '>= 1.4.5'
s.add_runtime_dependency 's3', '~> 0.3', '>= 0.3.22'
Expand Down
2 changes: 1 addition & 1 deletion lib/diffux_ci/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DiffuxCI
VERSION = '0.4.3'
VERSION = '0.4.4'
end

0 comments on commit 69f0e13

Please sign in to comment.