Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-Betterment committed Dec 27, 2023
1 parent 264162e commit 0ec5bc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
authorized_persona (0.9.1)
authorized_persona (0.10.0)
railties (>= 6.1, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
authorized_persona (0.9.1)
authorized_persona (0.10.0)
railties (>= 6.1, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/authorized_persona/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AuthorizedPersona
VERSION = "0.9.1"
VERSION = "0.10.0"
end

0 comments on commit 0ec5bc4

Please sign in to comment.