Skip to content

Commit b7ef40a

Browse files
Updated CLI and SDK version
1 parent 7936563 commit b7ef40a

4 files changed

Lines changed: 1333 additions & 1790 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
childprocess (4.0.0)
5-
percy-selenium (1.0.0.pre.0)
5+
percy-selenium (1.1.1)
66
selenium-webdriver (>= 4.0.0.beta1)
77
rexml (3.2.5)
88
rubyzip (2.3.0)
@@ -17,7 +17,7 @@ PLATFORMS
1717
ruby
1818

1919
DEPENDENCIES
20-
percy-selenium (~> 1.0.0.pre.0)
20+
percy-selenium (~> 1.1.1)
2121
selenium-webdriver (~> 4.0.0.beta3)
2222

2323
BUNDLED WITH

0 commit comments

Comments
 (0)