Skip to content

Commit

Permalink
Merge pull request #203 from jnicklas/support-rspec_3_7_and_3_8
Browse files Browse the repository at this point in the history
Support RSpec 3.7 and 3.8 (drop 3.6)
  • Loading branch information
gongo committed Oct 26, 2018
2 parents 087c8ee + 558ee17 commit dc4a870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ rvm:
- jruby-19mode

gemfile:
- gemfiles/Gemfile-rspec-3.6.x
- gemfiles/Gemfile-rspec-3.7.x
- gemfiles/Gemfile-rspec-3.8.x
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.6.0'
gem 'rspec', '~> 3.8.0'

0 comments on commit dc4a870

Please sign in to comment.