Skip to content

Commit

Permalink
update rails dependency for rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aisayo committed Jan 23, 2025
1 parent d08de45 commit a5b7554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ombu_labs-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end

spec.add_dependency "rails", ">= 6.0", "< 7.3"
spec.add_dependency "rails", ">= 6.0", "<= 8.0"
spec.add_dependency "devise", "~> 4.9"
spec.add_dependency "omniauth", "~> 2.1.0"
spec.add_dependency "omniauth-github", "~> 2.0.0"
Expand Down

0 comments on commit a5b7554

Please sign in to comment.