Skip to content

Commit 92b01ff

Browse files
committed
Check against Ruby 2.4 in CI
1 parent 8766126 commit 92b01ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_install:
1616
rvm:
1717
- 2.2.4
1818
- 2.3.1
19+
- 2.4.0
1920
- ruby-head
2021

2122
matrix:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This app is ready to deploy to Heroku [![Deploy](https://www.herokucdn.com/deplo
99

1010
Project stack includes: **Grape, Grape::OAuth2, Grape::Entity, ActiveRecord 5, Puma, PostgreSQL, Dotenv, Rack::Cors, Rubocop, RSpec**.
1111

12+
Supported Ruby: 2.2 — 2.4
13+
1214
## Implemented features
1315

1416
* API endpoints with different types of requests (GET, POST);

0 commit comments

Comments
 (0)