jwilger-webrat 0.4.2.4 → 0.4.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/webrat.rb +1 -1
  2. data/lib/webrat/selenium.rb +1 -1
  3. metadata +1 -1
@@ -7,7 +7,7 @@ module Webrat
7
7
  class WebratError < StandardError
8
8
  end
9
9
 
10
- VERSION = '0.4.2.4'
10
+ VERSION = '0.4.2.5'
11
11
 
12
12
  def self.require_xml
13
13
  gem "nokogiri", ">= 1.0.6"
@@ -1,5 +1,5 @@
1
1
  require "webrat"
2
- gem "selenium-client", ">=1.2.9"
2
+ gem "selenium-client", "=1.2.10"
3
3
  require "selenium/client"
4
4
  require "webrat/selenium/selenium_session"
5
5
  require "webrat/selenium/matchers"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwilger-webrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2.4
4
+ version: 0.4.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Helmkamp