Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade eyes gem 3.5.4 -> 3.14.2 (again) #19973

Merged
merged 1 commit into from
Jan 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ group :development, :test do
gem 'chromedriver-helper', '~> 0.0.7'
gem 'colorize'
gem 'cucumber', '~> 2.4.0'
gem 'eyes_selenium', '3.5.4'
gem 'eyes_selenium', '3.14.2'
gem 'minitest', '~> 5.5'
gem 'minitest-around'
gem 'minitest-reporters'
gem 'net-http-persistent'
gem 'rinku'
gem 'rspec'
gem 'selenium-webdriver', '~> 3.0.3'
gem 'selenium-webdriver', '3.8.0'
gem 'spring'
gem 'spring-commands-testunit'

Expand Down
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,16 @@ GEM
sass (~> 3.2)
builder (3.2.3)
cancancan (1.15.0)
capybara (2.14.0)
capybara (2.17.0)
addressable
mime-types (>= 1.16)
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
xpath (>= 2.0, < 4.0)
celluloid (0.16.0)
timers (~> 4.0.0)
childprocess (0.5.9)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (0.0.9)
archive-zip (~> 0.7.0)
Expand Down Expand Up @@ -298,14 +298,14 @@ GEM
eventmachine (1.2.0.1)
execjs (2.7.0)
exifr (1.2.5)
eyes_core (3.5.4)
eyes_core (3.14.2)
chunky_png (= 1.3.6)
faraday
oily_png (~> 1.2)
oj
eyes_selenium (3.5.4)
eyes_selenium (3.14.2)
capybara
eyes_core (= 3.5.4)
eyes_core (= 3.14.2)
selenium-webdriver
watir
factory_girl (4.7.0)
Expand Down Expand Up @@ -634,7 +634,7 @@ GEM
ruby-rc4 (0.1.5)
ruby_parser (3.8.2)
sexp_processor (~> 4.1)
rubyzip (1.2.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.4.22)
sawyer (0.8.1)
Expand All @@ -647,10 +647,9 @@ GEM
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
securecompare (1.0.0)
selenium-webdriver (3.0.3)
selenium-webdriver (3.8.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
sequel (4.45.0)
sexp_processor (4.7.0)
shotgun (0.9.1)
Expand Down Expand Up @@ -735,8 +734,8 @@ GEM
vcr (3.0.3)
warden (1.2.6)
rack (>= 1.0)
watir (6.2.1)
selenium-webdriver (~> 3.0)
watir (6.10.2)
selenium-webdriver (~> 3.4, >= 3.4.1)
web-console (3.3.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand All @@ -750,11 +749,10 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket (1.2.3)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)
xxhash (0.4.0)
youtube-dl.rb (0.3.1.2016.08.19)
Expand Down Expand Up @@ -790,7 +788,7 @@ DEPENDENCIES
devise (~> 4.2.0)
devise_invitable (~> 1.6.0)
execjs
eyes_selenium (= 3.5.4)
eyes_selenium (= 3.14.2)
factory_girl_rails
fake_sqs
fakeredis
Expand Down Expand Up @@ -876,7 +874,7 @@ DEPENDENCIES
scss_lint
sdoc
seamless_database_pool!
selenium-webdriver (~> 3.0.3)
selenium-webdriver (= 3.8.0)
sequel (~> 4.30)
shotgun
simplecov (~> 0.9)
Expand Down