Commit ec0e43a8d785a595b51d697b0b33f511c21d9b25

Authored by Rafael Manzo
1 parent 71214863

Automatized gem update process

Keeping the gems updated can be a repetitive task. Gisdatigo
most of automatizes it.

Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing 2 changed files with 8 additions and 0 deletions   Show diff stats
@@ -123,6 +123,9 @@ group :development, :test do @@ -123,6 +123,9 @@ group :development, :test do
123 123
124 # Use sqlite3 as the database for Active Record 124 # Use sqlite3 as the database for Active Record
125 gem 'sqlite3' 125 gem 'sqlite3'
  126 +
  127 + # Automatized gem update
  128 + gem 'gisdatigo'
126 end 129 end
127 130
128 # Acceptance tests 131 # Acceptance tests
@@ -125,6 +125,10 @@ GEM @@ -125,6 +125,10 @@ GEM
125 faraday (>= 0.7.4, < 0.10) 125 faraday (>= 0.7.4, < 0.10)
126 gherkin (2.12.2) 126 gherkin (2.12.2)
127 multi_json (~> 1.3) 127 multi_json (~> 1.3)
  128 + gisdatigo (0.0.1)
  129 + git (~> 1.2.9.1)
  130 + rails (~> 4.2.0)
  131 + git (1.2.9.1)
128 globalid (0.3.6) 132 globalid (0.3.6)
129 activesupport (>= 4.1.0) 133 activesupport (>= 4.1.0)
130 google-analytics-rails (0.0.6) 134 google-analytics-rails (0.0.6)
@@ -341,6 +345,7 @@ DEPENDENCIES @@ -341,6 +345,7 @@ DEPENDENCIES
341 devise (~> 3.5.1) 345 devise (~> 3.5.1)
342 exception_notification (~> 4.1.1) 346 exception_notification (~> 4.1.1)
343 factory_girl_rails (~> 4.5.0) 347 factory_girl_rails (~> 4.5.0)
  348 + gisdatigo
344 google-analytics-rails (~> 0.0.6) 349 google-analytics-rails (~> 0.0.6)
345 http_accept_language 350 http_accept_language
346 i18n_generators 351 i18n_generators