Skip to content

Commit

Permalink
Merge pull request #190 from jnicklas/support-rspec_3_5
Browse files Browse the repository at this point in the history
Support RSpec 3.5
  • Loading branch information
gongo authored Apr 21, 2017
2 parents afe4400 + c2b509f commit e2cc1e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branches:
matrix:
allow_failures:
- gemfile: Gemfile
- gemfile: gemfiles/Gemfile-rspec-3.2.x
- gemfile: gemfiles/Gemfile-rspec-3.3.x
- rvm: ruby-head

rvm:
Expand All @@ -22,6 +22,6 @@ rvm:

gemfile:
- Gemfile
- gemfiles/Gemfile-rspec-3.2.x
- gemfiles/Gemfile-rspec-3.3.x
- gemfiles/Gemfile-rspec-3.4.x
- gemfiles/Gemfile-rspec-3.5.x
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ In accordance with the RSpec support policy https://github.com/jnicklas/turnip/i
- Does not support **two version before the latest or earlier**
- Does not work on **RSpec 2 or earlier**

Example `If the latest version is 3.4.x`:
Example `If the latest version is 3.5.x`:

- Support `3.5.x`
- Support `3.4.x`
- Support `3.3.x`
- Does not support `3.2.x`
- Does not support `3.1.x`
- Does not support `2.x.y`

- Does not support (or does not work) `3.3.x` or earlier

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in turnip.gemspec
gemspec :path => '..'
gem 'rspec', '~> 3.2.0'
gem 'rspec', '~> 3.5.0'

0 comments on commit e2cc1e8

Please sign in to comment.