Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 13, 2023
1 parent fa35230 commit 22c4960
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
revise_auth (0.2.0)
revise_auth (0.3.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down Expand Up @@ -125,7 +125,6 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
mutex_m (0.1.2)
net-imap (0.3.7)
Expand All @@ -138,11 +137,12 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -223,9 +223,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.6)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.6-arm64-darwin)
sqlite3 (1.6.6-x86_64-darwin)
sqlite3 (1.6.6-x86_64-linux)
standard (1.31.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0)
revise_auth (0.3.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GIT
PATH
remote: ..
specs:
revise_auth (0.2.0)
revise_auth (0.3.0)
bcrypt (~> 3.1)
rails (>= 7.1.0.beta1)

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.2.0"
VERSION = "0.3.0"
end

0 comments on commit 22c4960

Please sign in to comment.