Skip to content

Commit

Permalink
Support RSpec 3.9 and 3.10 (drop 3.7 and 3.8)
Browse files Browse the repository at this point in the history
RSpec support policy #158 (comment)
  • Loading branch information
gongo committed May 16, 2021
1 parent 27c2095 commit 1df33d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
- '2.7'
- jruby
gemfiles:
- gemfiles/Gemfile-rspec-3.7.x
- gemfiles/Gemfile-rspec-3.8.x
- gemfiles/Gemfile-rspec-3.9.x
- gemfiles/Gemfile-rspec-3.10.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source "https://rubygems.org"
# Specify your gem's dependencies in turnip.gemspec
gemspec :path => '..'
gem 'rspec', '~> 3.7.0'
gem 'rspec', '~> 3.10.0'
gem 'pry-byebug', platforms: :mri
7 changes: 0 additions & 7 deletions gemfiles/Gemfile-rspec-3.8.x

This file was deleted.

0 comments on commit 1df33d1

Please sign in to comment.