Skip to content

Commit

Permalink
v2: support Rails 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kg8m committed Nov 16, 2024
1 parent 5ccf9c6 commit 3ebd638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
rails-version:
- "~> 6.0.0"
- "~> 6.1.0"
- "~> 7.0.0"
- "~> 7.1.0"
addressable-version:
- "~> 2.4.0"
- "~> 2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion tanshuku.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "addressable", ">= 2.4"
spec.add_dependency "rails", ">= 6.0", "< 7.0"
spec.add_dependency "rails", ">= 6.0", "< 7.2"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 3ebd638

Please sign in to comment.