File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 59
59
group :test do
60
60
gem "capybara" # Acceptance test framework for web applications [https://github.com/teamcapybara/capybara]
61
61
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]
63
63
gem "simplecov" , require : false # Code coverage for Ruby [https://github.com/simplecov-ruby/simplecov]
64
64
gem "simplecov-tailwindcss" , require : false # Alternative HTML formatter for SimpleCov [https://github.com/chiefpansancolt/simplecov-tailwindcss]
65
65
gem "simplecov-cobertura" , require : false # Produces Cobertura formatted XML from SimpleCov. [https://github.com/dashingrocket/simplecov-cobertura]
Original file line number Diff line number Diff line change 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
-
9
1
GEM
10
2
remote: https://rubygems.org/
11
3
specs:
133
125
bigdecimal
134
126
rexml
135
127
crass (1.0.6 )
128
+ cuprite (0.15.1 )
129
+ capybara (~> 3.0 )
130
+ ferrum (~> 0.15.0 )
136
131
date (3.3.4 )
137
132
debug (1.9.2 )
138
133
irb (~> 1.10 )
@@ -561,7 +556,7 @@ DEPENDENCIES
561
556
capybara
562
557
color_conversion
563
558
commonmarker
564
- cuprite !
559
+ cuprite
565
560
debug
566
561
device_detector
567
562
dotenv
You can’t perform that action at this time.
0 commit comments