Skip to content

Commit

Permalink
Drop support for RSpec 3.5–3.7 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-manges authored Feb 19, 2024
1 parent f0181e5 commit c72d902
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 391 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- '3.0'
- '3.1'
gemfile:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
remote: .
specs:
rspec-abq (1.1.5)
rspec-core (>= 3.5.0, < 3.13.0)
rspec-core (>= 3.8.0, < 3.13.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
remote: ..
specs:
rspec-abq (1.1.5)
rspec-core (>= 3.5.0, < 3.13.0)
rspec-core (>= 3.8.0, < 3.13.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.11.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
remote: ..
specs:
rspec-abq (1.1.5)
rspec-core (>= 3.5.0, < 3.13.0)
rspec-core (>= 3.8.0, < 3.13.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
remote: ..
specs:
rspec-abq (1.1.5)
rspec-core (>= 3.5.0, < 3.13.0)
rspec-core (>= 3.8.0, < 3.13.0)

GEM
remote: https://rubygems.org/
Expand Down
10 changes: 0 additions & 10 deletions gemfiles/rspec-3.5.gemfile

This file was deleted.

117 changes: 0 additions & 117 deletions gemfiles/rspec-3.5.gemfile.lock

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/rspec-3.6.gemfile

This file was deleted.

117 changes: 0 additions & 117 deletions gemfiles/rspec-3.6.gemfile.lock

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/rspec-3.7.gemfile

This file was deleted.

Loading

0 comments on commit c72d902

Please sign in to comment.