Skip to content

Commit

Permalink
Remove Rails 6.0.z support (#1548)
Browse files Browse the repository at this point in the history
* refactor: remove Rails 6.0.z support

* fix: update the readme compatibility session
  • Loading branch information
HeitorMC committed Apr 3, 2023
1 parent e40c707 commit ff8db74
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 362 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
appraisal:
- rails_7_0
- rails_6_1
- rails_6_0
adapter:
- sqlite3
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ machine, understanding the codebase, and creating a good pull request.
## Compatibility

Shoulda Matchers is tested and supported against Ruby 3.0+, Rails
5.2+, RSpec 3.x, and Minitest 5.x.
6.1+, RSpec 3.x, and Minitest 5.x.

- For Ruby < 2.4 and Rails < 4.1 compatibility, please use [v3.1.3][v3.1.3].
- For Ruby < 3.0 and Rails < 6.1 compatibility, please use [v4.5.1][v4.5.1].
Expand Down
39 changes: 0 additions & 39 deletions gemfiles/rails_6_0.gemfile

This file was deleted.

321 changes: 0 additions & 321 deletions gemfiles/rails_6_0.gemfile.lock

This file was deleted.

0 comments on commit ff8db74

Please sign in to comment.