Skip to content

Commit

Permalink
Drop Rails < 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 9, 2024
1 parent 204708c commit 1b8e95b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 238 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- "3.2"
- "3.3"
rails:
- rails_61
- rails_70
- rails_71
- rails_72
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* Remove support for Ruby `< 3.1`.
* Remove support for Rails `< 7.0`.
* Test against Rails 8.0.

## Version 2.0.1

* Prefer `require_relative` for internal requires [#939][].
Expand Down Expand Up @@ -241,3 +245,4 @@ _No changes_.
[#921]: https://github.com/activeadmin/inherited_resources/pull/921
[#933]: https://github.com/activeadmin/inherited_resources/pull/933
[#939]: https://github.com/activeadmin/inherited_resources/pull/939
[#942]: https://github.com/activeadmin/inherited_resources/pull/942
19 changes: 0 additions & 19 deletions gemfiles/rails_61/Gemfile

This file was deleted.

216 changes: 0 additions & 216 deletions gemfiles/rails_61/Gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions inherited_resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 3.1'

s.add_dependency("responders", ">= 2")
s.add_dependency("actionpack", ">= 6.0")
s.add_dependency("railties", ">= 6.0")
s.add_dependency("actionpack", ">= 7.0")
s.add_dependency("railties", ">= 7.0")
s.add_dependency("has_scope", ">= 0.6")
end

0 comments on commit 1b8e95b

Please sign in to comment.