From 7ab9b8de6b87bd87ac30ead966a70b9a565bf4ef Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Wed, 9 Sep 2015 22:15:21 -0300 Subject: [PATCH] update gem file --- Gemfile.lock | 14 ++++++++++++++ config/orientdb.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dab5fc72..146b09cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,6 +76,7 @@ GEM concord (0.1.5) adamantium (~> 0.2.0) equalizer (~> 0.0.9) + curb (0.8.8) debug_inspector (0.0.2) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -86,9 +87,15 @@ GEM responders thread_safe (~> 0.1) warden (~> 1.2.3) + devise_token_auth (0.1.33) + devise (~> 3.3) + rails (~> 4.2) diff-lcs (1.2.5) domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) + dspace_rest_client (1.1.2) + curb (~> 0.8.6) + rest-client (>= 1.7, < 2) equalizer (0.0.11) erubis (2.7.0) execjs (2.6.0) @@ -188,6 +195,8 @@ GEM mime-types (>= 1.16, < 3.0) netrc (~> 0.7) rmagick (2.15.4) + rsolr (1.0.12) + builder (>= 2.1.2) ruby_parser (3.7.1) sexp_processor (~> 4.1) rubycritic (1.4.0) @@ -254,6 +263,7 @@ GEM binding_of_caller (>= 0.7.2) railties (>= 4.0) sprockets-rails (>= 2.0, < 4.0) + will_paginate (3.0.7) PLATFORMS ruby @@ -266,6 +276,8 @@ DEPENDENCIES chart-js-rails coffee-rails (~> 4.1.0) devise + devise_token_auth + dspace_rest_client (~> 1.1.0) gruff jbuilder (~> 2.0) jquery-rails @@ -279,6 +291,7 @@ DEPENDENCIES rack-cors rails (= 4.2.0) rmagick + rsolr (~> 1.0.12) rubycritic sass-rails (~> 5.0) sdoc (~> 0.4.0) @@ -288,6 +301,7 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) web-console (~> 2.0) + will_paginate (~> 3.0.5) BUNDLED WITH 1.10.6 diff --git a/config/orientdb.yml b/config/orientdb.yml index 1169c03a..3e75a677 100644 --- a/config/orientdb.yml +++ b/config/orientdb.yml @@ -7,7 +7,7 @@ development: &development test: host: mecdb2.c3sl.ufpr.br - database: PortalMEC + database: dev-mauricio username: admin password: admin port: 2480 \ No newline at end of file -- GitLab