Skip to content

Commit

Permalink
bump new version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oivoodoo committed Nov 2, 2023
1 parent 5d90c09 commit 9d568e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GIT
PATH
remote: .
specs:
devise_masquerade (2.1.2)
devise_masquerade (2.1.3)
devise (>= 4.7.0)
globalid (>= 0.3.6)
railties (>= 5.2.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
backports (3.15.0)
bcrypt (3.1.18)
bcrypt (3.1.19)
bson (1.12.5)
bson_ext (1.12.5)
bson (~> 1.12.5)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
database_cleaner (1.0.1)
devise (4.8.1)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -243,7 +243,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
regexp_parser (2.6.0)
responders (3.1.0)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rubyzip (2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_masquerade/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseMasquerade
VERSION = '2.1.2'.freeze
VERSION = '2.1.3'.freeze
end

0 comments on commit 9d568e0

Please sign in to comment.