From ec0e43a8d785a595b51d697b0b33f511c21d9b25 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 30 Sep 2015 15:24:31 -0300 Subject: [PATCH] Automatized gem update process --- Gemfile | 3 +++ Gemfile.lock | 5 +++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 151db0e..54620c8 100644 --- a/Gemfile +++ b/Gemfile @@ -123,6 +123,9 @@ group :development, :test do # Use sqlite3 as the database for Active Record gem 'sqlite3' + + # Automatized gem update + gem 'gisdatigo' end # Acceptance tests diff --git a/Gemfile.lock b/Gemfile.lock index 80ab6ab..f5eb5c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,6 +125,10 @@ GEM faraday (>= 0.7.4, < 0.10) gherkin (2.12.2) multi_json (~> 1.3) + gisdatigo (0.0.1) + git (~> 1.2.9.1) + rails (~> 4.2.0) + git (1.2.9.1) globalid (0.3.6) activesupport (>= 4.1.0) google-analytics-rails (0.0.6) @@ -341,6 +345,7 @@ DEPENDENCIES devise (~> 3.5.1) exception_notification (~> 4.1.1) factory_girl_rails (~> 4.5.0) + gisdatigo google-analytics-rails (~> 0.0.6) http_accept_language i18n_generators -- libgit2 0.21.2