Skip to content

Commit

Permalink
Merge pull request #1243 from ybiquitous/ruby-2.7
Browse files Browse the repository at this point in the history
Support Ruby 2.7
  • Loading branch information
Heather Harvey authored Apr 15, 2020
2 parents d04a3d4 + 89e1e08 commit ec415d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/octokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: chmod 600 spec/fixtures/.netrc
- name: Install dependencies
run: |
bundle install --path=.bundle/gems --without=development --jobs 4 --retry 3
bundle config set path .bundle/gems
bundle config set without development
bundle install --jobs 4 --retry 3
- name: Test with RSpec
env:
GITHUB_CI: 1
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,16 +713,12 @@ when writing new specs.

## Supported Ruby Versions

This library aims to support and is [tested against][travis] the following Ruby
This library aims to support and is [tested against][actions] the following Ruby
implementations:

* Ruby 2.0
* Ruby 2.1
* Ruby 2.2
* Ruby 2.3
* Ruby 2.4
* Ruby 2.5
* Ruby 2.6
* Ruby 2.7

If something doesn't work on one of these Ruby versions, it's a bug.

Expand All @@ -737,7 +733,7 @@ implementation, you will be responsible for providing patches in a timely
fashion. If critical issues for a particular implementation exist at the time
of a major release, support for that Ruby version may be dropped.

[travis]: https://travis-ci.org/octokit/octokit.rb
[actions]: https://github.com/octokit/octokit.rb/actions

## Versioning

Expand Down

0 comments on commit ec415d3

Please sign in to comment.