Commit 2bdae23a by tady

downgrade jwt

parent e4b41f69
......@@ -140,3 +140,5 @@ gem 'slim'
gem 'annotate', ">=2.6.0"
gem 'kaminari', github: 'amatsuda/kaminari'
gem 'jwt', '0.1.11'
GIT
remote: git://github.com/amatsuda/kaminari.git
revision: 754808dacaa84496faf8a79377d8076bdb3fd05c
revision: 3cfffc11be813ddca9311d3b3e2f1e74bc5ca347
specs:
kaminari (0.15.1)
actionpack (>= 3.0.0)
......@@ -106,7 +106,7 @@ GEM
css_parser (1.3.5)
addressable
daemons (1.1.9)
database_rewinder (0.0.3)
database_rewinder (0.1.0)
debug_inspector (0.0.2)
devise (3.2.4)
bcrypt (~> 3.0)
......@@ -143,7 +143,7 @@ GEM
github-markdown (0.6.5)
gmail_xoauth (0.4.1)
oauth (>= 0.3.6)
guard (2.6.0)
guard (2.6.1)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
......@@ -174,7 +174,8 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
jwt (0.1.12)
jwt (0.1.11)
multi_json (>= 1.5)
launchy (2.4.2)
addressable (~> 2.3)
libv8 (3.16.14.3)
......@@ -411,6 +412,7 @@ DEPENDENCIES
i18n_generators
jbuilder
jquery-rails
jwt (= 0.1.11)
kaminari!
launchy
mail
......
# config valid only for Capistrano 3.1
lock '3.2.0'
lock '3.2.1'
set :application, 'rendezvous'
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