Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravel committed Dec 27, 2024
1 parent 318c758 commit 9cba6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# To keep matrix size down, only test highest and lowest rubies. In
# `.rubocop.yml`, set `TargetRubyVersion`, to the lowest ruby version
# tested here.
ruby: ["2.6", "3.3"]
ruby: ["2.6", "3.4"]
rails: ["5.2", "6.0", "6.1", "7.0", "7.1", "7.2", "8.0"]
exclude:
# rails 7 requires ruby >= 2.7.0
Expand All @@ -71,7 +71,7 @@ jobs:
rails: "7.2"
- ruby: "2.6"
rails: "8.0"
- ruby: "3.3"
- ruby: "3.4"
rails: "5.2"
steps:
- name: Checkout source
Expand Down
2 changes: 2 additions & 0 deletions authlogic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ require "authlogic/version"
s.add_dependency "activerecord", [">= 5.2", "< 8.1"]
s.add_dependency "activesupport", [">= 5.2", "< 8.1"]
s.add_dependency "request_store", "~> 1.0"
s.add_development_dependency "base64"
s.add_development_dependency "bcrypt", "~> 3.1"
s.add_development_dependency "byebug", "~> 11.1.3"
s.add_development_dependency "coveralls_reborn", "~> 0.28.0"
s.add_development_dependency "minitest", "< 5.19.0" # See https://github.com/binarylogic/authlogic/issues/766
s.add_development_dependency "minitest-reporters", "~> 1.3"
s.add_development_dependency "mutex_m"
s.add_development_dependency "rake", "~> 13.0"
s.add_development_dependency "rubocop", "~> 0.80.1"
s.add_development_dependency "rubocop-performance", "~> 1.1"
Expand Down

0 comments on commit 9cba6c9

Please sign in to comment.