Skip to content

Commit

Permalink
Rails 8.0 Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Sep 28, 2024
1 parent 43700b0 commit 2742458
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
action_auth (1.5.1)
action_auth (1.6.0)
bcrypt (~> 3.1.0)
rails (~> 7.1)
rails (>= 7.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -105,10 +105,10 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jwt (2.9.0)
jwt (2.9.1)
base64
launchy (3.0.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
openssl (>= 2.2)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.12.0)
webrick (1.8.1)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
2 changes: 1 addition & 1 deletion action_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end

spec.add_dependency "rails", "~> 7.1"
spec.add_dependency "rails", ">= 7.1"
spec.add_dependency "bcrypt", "~> 3.1.0"
end
2 changes: 1 addition & 1 deletion lib/action_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActionAuth
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit 2742458

Please sign in to comment.