Skip to content

Commit 6ff429d

Browse files
committed
Point to cuprite release instead of head
I don’t recall why cuprite was pointed at the github repo. Since the latest release was now within the last month, it seems like a good time to point back to the latest release.
1 parent 219231e commit 6ff429d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
group :test do
6060
gem "capybara" # Acceptance test framework for web applications [https://github.com/teamcapybara/capybara]
6161
gem "selenium-webdriver" # Ruby bindings for Selenium [https://www.rubydoc.info/gems/selenium-webdriver/frames]
62-
gem "cuprite", git: "https://github.com/rubycdp/cuprite"
62+
gem "cuprite" # Headless Chrome driver for Capybara [https://github.com/rubycdp/cuprite]
6363
gem "simplecov", require: false # Code coverage for Ruby [https://github.com/simplecov-ruby/simplecov]
6464
gem "simplecov-tailwindcss", require: false # Alternative HTML formatter for SimpleCov [https://github.com/chiefpansancolt/simplecov-tailwindcss]
6565
gem "simplecov-cobertura", require: false # Produces Cobertura formatted XML from SimpleCov. [https://github.com/dashingrocket/simplecov-cobertura]

Gemfile.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/rubycdp/cuprite
3-
revision: 373b894d723bf9fb1afe31781963fe655a177218
4-
specs:
5-
cuprite (0.15.1)
6-
capybara (~> 3.0)
7-
ferrum (~> 0.15.0)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
@@ -133,6 +125,9 @@ GEM
133125
bigdecimal
134126
rexml
135127
crass (1.0.6)
128+
cuprite (0.15.1)
129+
capybara (~> 3.0)
130+
ferrum (~> 0.15.0)
136131
date (3.3.4)
137132
debug (1.9.2)
138133
irb (~> 1.10)
@@ -561,7 +556,7 @@ DEPENDENCIES
561556
capybara
562557
color_conversion
563558
commonmarker
564-
cuprite!
559+
cuprite
565560
debug
566561
device_detector
567562
dotenv

0 commit comments

Comments
 (0)