Skip to content

Commit

Permalink
updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Nov 2, 2015
1 parent 36e3ee0 commit 2c2f65d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Gemfile.lock
Expand Up @@ -65,6 +65,7 @@ GEM
ancestry (2.1.0)
activerecord (>= 3.0.0)
arel (6.0.3)
ast (2.1.0)
bcrypt (3.1.10)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -179,19 +180,21 @@ GEM
activesupport (>= 3)
gyoku (1.3.1)
builder (>= 2.1.2)
hashie (3.4.2)
hashie (3.4.3)
highline (1.7.8)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpi (2.4.1)
rack
i18n (0.7.0)
i18n-tasks (0.8.7)
activesupport (>= 2.3.18)
i18n-tasks (0.9.1)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
easy_translate (>= 0.5.0)
erubis
highline (>= 1.7.3)
i18n
parser (>= 2.2.3.0)
term-ansicolor (>= 1.3.2)
terminal-table (>= 1.5.1)
initialjs-rails (0.2.0.1)
Expand All @@ -201,7 +204,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.5.1)
jwt (1.5.2)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand All @@ -220,7 +223,7 @@ GEM
mime-types (>= 1.16, < 3)
mime-types (2.6.2)
mini_portile (0.6.2)
minitest (5.8.1)
minitest (5.8.2)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
Expand All @@ -244,16 +247,16 @@ GEM
rack (~> 1.0)
omniauth-facebook (3.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.2.8)
omniauth-google-oauth2 (0.2.9)
addressable (~> 2.3)
jwt (~> 1.0)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.1.1)
omniauth-oauth2 (~> 1.3.1)
omniauth-oauth (1.1.0)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.4.0)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth-twitter (1.2.1)
Expand All @@ -262,6 +265,8 @@ GEM
orm_adapter (0.5.0)
paranoia (2.1.3)
activerecord (~> 4.0)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
pg (0.18.3)
pg_search (1.0.5)
activerecord (>= 3.1)
Expand Down Expand Up @@ -387,7 +392,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (4.9.0)
unicorn (5.0.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
Expand Down

0 comments on commit 2c2f65d

Please sign in to comment.