Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 1, 2024
1 parent ef965d3 commit f41161c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
revise_auth (0.5.0)
revise_auth (0.6.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
revise_auth (0.5.0)
revise_auth (0.6.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down Expand Up @@ -146,7 +146,6 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
mutex_m (0.2.0)
net-imap (0.4.10)
Expand All @@ -159,8 +158,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -251,6 +249,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.2-aarch64-linux)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-darwin)
sqlite3 (1.7.2-x86_64-linux)
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GIT
PATH
remote: ..
specs:
revise_auth (0.5.0)
revise_auth (0.6.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down Expand Up @@ -167,7 +167,6 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.2)
net-imap (0.4.10)
date
Expand All @@ -179,8 +178,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -249,6 +247,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.2-aarch64-linux)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-darwin)
sqlite3 (1.7.2-x86_64-linux)
Expand Down
2 changes: 1 addition & 1 deletion lib/revise_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReviseAuth
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit f41161c

Please sign in to comment.