Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurado01 committed May 24, 2021
1 parent ad04925 commit 6c19e10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.1
ruby 2.7.2
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_jwt_auth (2.0.1)
rails_jwt_auth (2.0.2)
bcrypt (~> 3.1)
jwt (~> 2.1)
rails (>= 5.0)
Expand Down Expand Up @@ -65,7 +65,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jwt (2.2.2)
jwt (2.2.3)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_jwt_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsJwtAuth
VERSION = '2.0.1'
VERSION = '2.0.2'
end

0 comments on commit 6c19e10

Please sign in to comment.