Skip to content

Commit

Permalink
chore: require Ruby 2.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed May 21, 2024
1 parent 10fdcd8 commit c84335b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- ruby: "3.1"
gemfile: "gemfiles/railsmaster.gemfile"
coverage: "false"
- ruby: "2.6"
gemfile: "gemfiles/rails6.gemfile"
coverage: "false"
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

- **Ruby 2.7+** is required.

## 0.6.9 (2024-04-19)

- Add `.with_context` modifier to the `#have_authorized_scope` matcher. ([@killondark][])
Expand Down
2 changes: 1 addition & 1 deletion action_policy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.7.0"

# When gem is installed from source, we add `ruby-next` as a dependency
# to auto-transpile source files during the first load
Expand Down

0 comments on commit c84335b

Please sign in to comment.