Skip to content

Commit 0b971d6

Browse files
committed
1 parent 7936563 commit 0b971d6

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source "https://rubygems.org"
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
8-
gem 'selenium-webdriver', '~> 4.0.0.beta3'
9-
gem 'percy-selenium', '~> 1.0.0.pre.0'
8+
gem 'selenium-webdriver', '~> 4.0.0.0'
9+
gem 'percy-selenium', '~> 1.0.0.0.0'

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
childprocess (4.0.0)
5-
percy-selenium (1.0.0.pre.0)
4+
childprocess (4.1.0)
5+
percy-selenium (1.0.0)
66
selenium-webdriver (>= 4.0.0.beta1)
7-
rexml (3.2.5)
8-
rubyzip (2.3.0)
9-
selenium-webdriver (4.0.0.beta3)
7+
rexml (3.4.1)
8+
rubyzip (2.4.1)
9+
selenium-webdriver (4.0.0)
1010
childprocess (>= 0.5, < 5.0)
11-
rexml (~> 3.2)
11+
rexml (~> 3.2, >= 3.2.5)
1212
rubyzip (>= 1.2.2)
13-
websocket (~> 1.0)
14-
websocket (1.2.9)
1513

1614
PLATFORMS
1715
ruby
1816

1917
DEPENDENCIES
20-
percy-selenium (~> 1.0.0.pre.0)
21-
selenium-webdriver (~> 4.0.0.beta3)
18+
percy-selenium (~> 1.0.0.0.0)
19+
selenium-webdriver (~> 4.0.0.0)
2220

2321
BUNDLED WITH
24-
1.17.2
22+
1.17.3

0 commit comments

Comments
 (0)