Skip to content

Commit 38e32e5

Browse files
committed
Add Ruby 2.4
1 parent 5b01b0a commit 38e32e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ workflows:
4646
- test:
4747
matrix:
4848
parameters:
49-
ruby-version: ["2.5", "2.6", "2.7"]
49+
ruby-version: ["2.4", "2.5", "2.6", "2.7"]
5050
gemfile: ["gemfiles/capybara-2.x.gemfile", "gemfiles/capybara-3.x.gemfile", "gemfiles/websocket-driver-6.x.gemfile", "gemfiles/ferrum-master.gemfile"]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.byebug_history
22
Gemfile.*
33
.ruby-version
4+
save_path_tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cuprite - Headless Chrome driver for Capybara
22

3-
[![Build Status](https://circleci.com/gh/rubycdp/cuprite.svg?style=shield)](https://circleci.com/gh/rubycdp/cuprite)
3+
[![CircleCI](https://circleci.com/gh/rubycdp/cuprite.svg?style=shield)](https://circleci.com/gh/rubycdp/cuprite)
44

55
Cuprite is a pure Ruby driver (read as _no_ Selenium/WebDriver/ChromeDriver
66
dependency) for [Capybara](https://github.com/teamcapybara/capybara). It allows

0 commit comments

Comments
 (0)