fixes JWT dependency issues

This commit is contained in:
zmagod 2018-01-23 16:25:59 +01:00
parent 88d7429041
commit c6f44e799c
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ gem 'sanitize', '~> 4.4'
gem 'omniauth'
# Gems for API implementation
gem 'jwt'
gem 'jwt', '~> 1.5'
# JS datetime library, requirement of datetime picker
gem 'momentjs-rails', '~> 2.17.1'

View file

@ -255,7 +255,7 @@ GEM
addressable (>= 2.4)
json_matchers (0.7.2)
json-schema (~> 2.7)
jwt (2.1.0)
jwt (1.5.6)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
@ -554,7 +554,7 @@ DEPENDENCIES
jquery-ui-rails
js_cookie_rails
json_matchers
jwt
jwt (~> 1.5)
kaminari
listen (~> 3.0)
logging (~> 2.0.0)