Skip to content

Commit

Permalink
Add support for Rails 8.0 (#330)
Browse files Browse the repository at this point in the history
* Update `Gemfile.rails-8.0`
* Update `rodauth-rails.gemspec`
  • Loading branch information
phlipper authored Nov 8, 2024
1 parent ab365a5 commit 5c7b1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-8.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "rake", "~> 12.0"
gem "warning"

gem "rails", "~> 8.0.0.rc1"
gem "rails", "~> 8.0.0"
gem "sqlite3", "~> 2.0", platforms: :mri
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby

Expand Down
2 changes: 1 addition & 1 deletion rodauth-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["README.md", "LICENSE.txt", "lib/**/*", "*.gemspec"]
spec.require_paths = ["lib"]

spec.add_dependency "railties", ">= 5.0", "< 8"
spec.add_dependency "railties", ">= 5.0", "< 8.1"
spec.add_dependency "rodauth", "~> 2.36"
spec.add_dependency "roda", "~> 3.76"
spec.add_dependency "sequel-activerecord_connection", "~> 1.1"
Expand Down

0 comments on commit 5c7b1a0

Please sign in to comment.