Skip to content

Commit fed5a9c

Browse files
committed
Revert selenium-webdriver version
1 parent 15c0962 commit fed5a9c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :test do
6363
gem "capybara", "~> 2.4.3"
6464
gem "database_cleaner", "~> 1.3.0"
6565
gem "launchy", "~> 2.4.2"
66-
gem "selenium-webdriver", "~> 2.53"
66+
gem "selenium-webdriver", "~> 2.43.0"
6767
gem 'shoulda-matchers', '~> 2.6.2'
6868
end
6969

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
rack (>= 1.0.0)
4444
rack-test (>= 0.5.4)
4545
xpath (~> 2.0)
46-
childprocess (0.5.9)
46+
childprocess (0.7.1)
4747
ffi (~> 1.0, >= 1.0.11)
4848
ci_reporter (2.0.0)
4949
builder (>= 2.1.2)
@@ -178,7 +178,7 @@ GEM
178178
unicode-display_width (~> 1.0, >= 1.0.1)
179179
ruby-progressbar (1.8.1)
180180
ruby_dep (1.4.0)
181-
rubyzip (1.2.0)
181+
rubyzip (1.2.1)
182182
sass (3.2.19)
183183
sass-rails (4.0.5)
184184
railties (>= 4.0.0, < 5.0)
@@ -188,8 +188,9 @@ GEM
188188
sdoc (0.4.1)
189189
json (~> 1.7, >= 1.7.7)
190190
rdoc (~> 4.0)
191-
selenium-webdriver (2.53.4)
191+
selenium-webdriver (2.43.0)
192192
childprocess (~> 0.5)
193+
multi_json (~> 1.0)
193194
rubyzip (~> 1.0)
194195
websocket (~> 1.0)
195196
shellany (0.0.1)
@@ -230,7 +231,7 @@ GEM
230231
uglifier (3.0.2)
231232
execjs (>= 0.3.0, < 3)
232233
unicode-display_width (1.1.0)
233-
websocket (1.2.3)
234+
websocket (1.2.4)
234235
xpath (2.0.0)
235236
nokogiri (~> 1.3)
236237

@@ -257,7 +258,7 @@ DEPENDENCIES
257258
rubocop
258259
sass-rails (~> 4.0.3)
259260
sdoc (~> 0.4.0)
260-
selenium-webdriver (~> 2.53)
261+
selenium-webdriver (~> 2.43.0)
261262
shoulda-matchers (~> 2.6.2)
262263
simplecov
263264
simplecov-cobertura
@@ -268,4 +269,4 @@ DEPENDENCIES
268269
uglifier (>= 1.3.0)
269270

270271
BUNDLED WITH
271-
1.12.5
272+
1.15.1

0 commit comments

Comments
 (0)