From 79dab75bdf18416df7dcbf76a41a409d0e63cb07 Mon Sep 17 00:00:00 2001 From: rjurado Date: Mon, 15 Jun 2020 18:58:35 +0200 Subject: [PATCH] v1.7.0 --- Gemfile.lock | 4 ++-- lib/rails_jwt_auth/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ce1cd8..9c36bd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails_jwt_auth (1.6.1) + rails_jwt_auth (1.7.0) bcrypt (~> 3.1) jwt (~> 2.1) rails (>= 5.0, < 6.1) @@ -136,7 +136,7 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - sprockets (4.0.0) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) diff --git a/lib/rails_jwt_auth/version.rb b/lib/rails_jwt_auth/version.rb index c140b2f..4260dcd 100644 --- a/lib/rails_jwt_auth/version.rb +++ b/lib/rails_jwt_auth/version.rb @@ -1,3 +1,3 @@ module RailsJwtAuth - VERSION = '1.6.1' + VERSION = '1.7.0' end