|
@@ -1,6 +1,7 @@
|
|
|
GEM
|
|
|
remote: https://rubygems.org/
|
|
|
specs:
|
|
|
+ childprocess (3.0.0)
|
|
|
diff-lcs (1.3)
|
|
|
faraday (1.0.0)
|
|
|
multipart-post (>= 1.2, < 3)
|
|
@@ -19,6 +20,10 @@ GEM
|
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
|
rspec-support (~> 3.9.0)
|
|
|
rspec-support (3.9.2)
|
|
|
+ rubyzip (2.2.0)
|
|
|
+ selenium-webdriver (3.142.7)
|
|
|
+ childprocess (>= 0.5, < 4.0)
|
|
|
+ rubyzip (>= 1.2.2)
|
|
|
|
|
|
PLATFORMS
|
|
|
ruby
|
|
@@ -27,6 +32,7 @@ DEPENDENCIES
|
|
|
faraday (~> 1.0)
|
|
|
json (~> 2.3)
|
|
|
rspec (~> 3.9)
|
|
|
+ selenium-webdriver (~> 3.142)
|
|
|
|
|
|
BUNDLED WITH
|
|
|
2.1.4
|