Skip to content

Commit

Permalink
Remove support for Rails 5.1, 5.2, and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorint committed Dec 31, 2022
1 parent 84f2d4a commit 7b38987
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 382 deletions.
12 changes: 0 additions & 12 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,3 @@ end
appraise "rails-6.1" do
gem "activerecord", "~> 6.1.0"
end

appraise "rails-6.0" do
gem "activerecord", "~> 6.0.0"
end

appraise "rails-5.2" do
gem "activerecord", "~> 5.2.0"
end

appraise "rails-5.1" do
gem "activerecord", "~> 5.1.0"
end
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

- Support Rails 5.2, 6.x, and 7.0
- Support Rails 6.1 and 7.0

## 2.1.0

Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_5.1.gemfile

This file was deleted.

64 changes: 0 additions & 64 deletions gemfiles/rails_5.1.gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_5.2.gemfile

This file was deleted.

64 changes: 0 additions & 64 deletions gemfiles/rails_5.2.gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_6.0.gemfile

This file was deleted.

64 changes: 0 additions & 64 deletions gemfiles/rails_6.0.gemfile.lock

This file was deleted.

Loading

0 comments on commit 7b38987

Please sign in to comment.