Commit 2bdae23a by tady

downgrade jwt

parent e4b41f69
...@@ -140,3 +140,5 @@ gem 'slim' ...@@ -140,3 +140,5 @@ gem 'slim'
gem 'annotate', ">=2.6.0" gem 'annotate', ">=2.6.0"
gem 'kaminari', github: 'amatsuda/kaminari' gem 'kaminari', github: 'amatsuda/kaminari'
gem 'jwt', '0.1.11'
GIT GIT
remote: git://github.com/amatsuda/kaminari.git remote: git://github.com/amatsuda/kaminari.git
revision: 754808dacaa84496faf8a79377d8076bdb3fd05c revision: 3cfffc11be813ddca9311d3b3e2f1e74bc5ca347
specs: specs:
kaminari (0.15.1) kaminari (0.15.1)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
...@@ -106,7 +106,7 @@ GEM ...@@ -106,7 +106,7 @@ GEM
css_parser (1.3.5) css_parser (1.3.5)
addressable addressable
daemons (1.1.9) daemons (1.1.9)
database_rewinder (0.0.3) database_rewinder (0.1.0)
debug_inspector (0.0.2) debug_inspector (0.0.2)
devise (3.2.4) devise (3.2.4)
bcrypt (~> 3.0) bcrypt (~> 3.0)
...@@ -143,7 +143,7 @@ GEM ...@@ -143,7 +143,7 @@ GEM
github-markdown (0.6.5) github-markdown (0.6.5)
gmail_xoauth (0.4.1) gmail_xoauth (0.4.1)
oauth (>= 0.3.6) oauth (>= 0.3.6)
guard (2.6.0) guard (2.6.1)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.7) listen (~> 2.7)
lumberjack (~> 1.0) lumberjack (~> 1.0)
...@@ -174,7 +174,8 @@ GEM ...@@ -174,7 +174,8 @@ GEM
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.1) json (1.8.1)
jwt (0.1.12) jwt (0.1.11)
multi_json (>= 1.5)
launchy (2.4.2) launchy (2.4.2)
addressable (~> 2.3) addressable (~> 2.3)
libv8 (3.16.14.3) libv8 (3.16.14.3)
...@@ -411,6 +412,7 @@ DEPENDENCIES ...@@ -411,6 +412,7 @@ DEPENDENCIES
i18n_generators i18n_generators
jbuilder jbuilder
jquery-rails jquery-rails
jwt (= 0.1.11)
kaminari! kaminari!
launchy launchy
mail mail
......
# config valid only for Capistrano 3.1 # config valid only for Capistrano 3.1
lock '3.2.0' lock '3.2.1'
set :application, 'rendezvous' set :application, 'rendezvous'
set :repo_url, 'git@github.com:tadyjp/rendezvous.git' set :repo_url, 'git@github.com:tadyjp/rendezvous.git'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment