Skip to content

Commit 1180163

Browse files
committed
Bump selenium-webdriver version
1 parent 6aa0b82 commit 1180163

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :development, :test do
2020
end
2121

2222
group :test do
23-
gem 'selenium-webdriver', '2.0.0'
23+
gem 'selenium-webdriver', '2.35.1'
2424
gem 'capybara', '2.1.0'
2525
gem 'factory_girl_rails', '4.2.0'
2626
gem 'cucumber-rails', '1.3.0', :require => false

Gemfile.lock

+25-26
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: git://github.com/bmabey/database_cleaner.git
3-
revision: 5dc784af6661fd9067953458fbac1b2e0334f0db
3+
revision: df55cf7b746e792dba1d11eea0d6e31e3abc7e8c
44
specs:
5-
database_cleaner (1.0.1)
5+
database_cleaner (1.1.1)
66

77
GIT
88
remote: git://github.com/sporkrb/spork-rails.git
@@ -40,7 +40,7 @@ GEM
4040
thread_safe (~> 0.1)
4141
tzinfo (~> 0.3.37)
4242
arel (4.0.0)
43-
atomic (1.1.10)
43+
atomic (1.1.13)
4444
bcrypt-ruby (3.0.1)
4545
bootstrap-sass (2.3.2.0)
4646
sass (~> 3.2)
@@ -63,7 +63,7 @@ GEM
6363
coffee-script-source
6464
execjs
6565
coffee-script-source (1.6.3)
66-
cucumber (1.3.5)
66+
cucumber (1.3.6)
6767
builder (>= 2.1.2)
6868
diff-lcs (>= 1.1.3)
6969
gherkin (~> 2.12.0)
@@ -75,8 +75,7 @@ GEM
7575
nokogiri (>= 1.5.0)
7676
diff-lcs (1.2.4)
7777
erubis (2.7.0)
78-
execjs (1.4.0)
79-
multi_json (~> 1.0)
78+
execjs (2.0.1)
8079
factory_girl (4.2.0)
8180
activesupport (>= 3.0.0)
8281
factory_girl_rails (4.2.0)
@@ -86,10 +85,10 @@ GEM
8685
i18n (~> 0.5)
8786
ffi (1.9.0)
8887
formatador (0.2.4)
89-
gherkin (2.12.0)
88+
gherkin (2.12.1)
9089
multi_json (~> 1.3)
9190
growl (1.0.3)
92-
guard (1.8.1)
91+
guard (1.8.2)
9392
formatador (>= 0.2.4)
9493
listen (>= 1.0.0)
9594
lumberjack (>= 1.0.2)
@@ -103,27 +102,26 @@ GEM
103102
guard (>= 1.1)
104103
spork (>= 0.8.4)
105104
hike (1.2.3)
106-
i18n (0.6.4)
105+
i18n (0.6.5)
107106
jbuilder (1.0.2)
108107
activesupport (>= 3.0.0)
109108
jquery-rails (2.2.1)
110109
railties (>= 3.0, < 5.0)
111110
thor (>= 0.14, < 2.0)
112111
json (1.8.0)
113-
json_pure (1.8.0)
114-
listen (1.2.2)
112+
listen (1.3.0)
115113
rb-fsevent (>= 0.9.3)
116114
rb-inotify (>= 0.9)
117115
rb-kqueue (>= 0.2)
118116
lumberjack (1.0.4)
119117
mail (2.5.4)
120118
mime-types (~> 1.16)
121119
treetop (~> 1.4.8)
122-
method_source (0.8.1)
123-
mime-types (1.23)
120+
method_source (0.8.2)
121+
mime-types (1.25)
124122
mini_portile (0.5.1)
125123
minitest (4.7.5)
126-
multi_json (1.7.7)
124+
multi_json (1.7.9)
127125
multi_test (0.0.2)
128126
nokogiri (1.6.0)
129127
mini_portile (~> 0.5.0)
@@ -148,15 +146,15 @@ GEM
148146
rails_serve_static_assets
149147
rails_stdout_logging
150148
rails_serve_static_assets (0.0.1)
151-
rails_stdout_logging (0.0.1)
149+
rails_stdout_logging (0.0.2)
152150
railties (4.0.0)
153151
actionpack (= 4.0.0)
154152
activesupport (= 4.0.0)
155153
rake (>= 0.8.7)
156154
thor (>= 0.18.1, < 2.0)
157155
rake (10.1.0)
158156
rb-fsevent (0.9.3)
159-
rb-inotify (0.9.0)
157+
rb-inotify (0.9.1)
160158
ffi (>= 0.5.0)
161159
rb-kqueue (0.2.0)
162160
ffi (>= 0.5.0)
@@ -178,20 +176,20 @@ GEM
178176
rspec-expectations (~> 2.13.0)
179177
rspec-mocks (~> 2.13.0)
180178
rubyzip (0.9.9)
181-
sass (3.2.9)
179+
sass (3.2.10)
182180
sass-rails (4.0.0)
183181
railties (>= 4.0.0.beta, < 5.0)
184182
sass (>= 3.1.10)
185183
sprockets-rails (~> 2.0.0)
186184
sdoc (0.3.20)
187185
json (>= 1.1.3)
188186
rdoc (~> 3.10)
189-
selenium-webdriver (2.0.0)
190-
childprocess (>= 0.1.9)
191-
ffi (>= 1.0.7)
192-
json_pure
193-
rubyzip
194-
slop (3.4.5)
187+
selenium-webdriver (2.35.1)
188+
childprocess (>= 0.2.5)
189+
multi_json (~> 1.0)
190+
rubyzip (< 1.0.0)
191+
websocket (~> 1.0.4)
192+
slop (3.4.6)
195193
spork (1.0.0rc3)
196194
sprockets (2.10.0)
197195
hike (~> 1.2)
@@ -204,10 +202,10 @@ GEM
204202
sprockets (~> 2.8)
205203
sqlite3 (1.3.7)
206204
thor (0.18.1)
207-
thread_safe (0.1.0)
205+
thread_safe (0.1.2)
208206
atomic
209207
tilt (1.4.1)
210-
treetop (1.4.14)
208+
treetop (1.4.15)
211209
polyglot
212210
polyglot (>= 0.3.1)
213211
turbolinks (1.1.1)
@@ -216,6 +214,7 @@ GEM
216214
uglifier (2.1.1)
217215
execjs (>= 0.3.0)
218216
multi_json (~> 1.0, >= 1.0.2)
217+
websocket (1.0.7)
219218
will_paginate (3.0.4)
220219
xpath (2.0.0)
221220
nokogiri (~> 1.3)
@@ -245,7 +244,7 @@ DEPENDENCIES
245244
rspec-rails (= 2.13.1)
246245
sass-rails (= 4.0.0)
247246
sdoc (= 0.3.20)
248-
selenium-webdriver (= 2.0.0)
247+
selenium-webdriver (= 2.35.1)
249248
spork-rails!
250249
sqlite3 (= 1.3.7)
251250
turbolinks (= 1.1.1)

0 commit comments

Comments
 (0)