Commit fab750e88f95e9e222fb859d3da42833bb082ac0

Authored by Rafael Manzo
Committed by Heitor
1 parent 49487ecd

Update kalibro_client

Version 2.1.1 and below was creating the supported metric list with all
Native type.

Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -28,7 +28,7 @@ gem &#39;jbuilder&#39;, &#39;~&gt; 2.0&#39;
28 28 gem 'devise', '~> 3.5.1'
29 29  
30 30 # Kalibro integration
31   -gem 'kalibro_client', '~> 2.1.1'
  31 +gem 'kalibro_client', '~> 2.1.2'
32 32  
33 33 # PostgreSQL integration
34 34 gem "pg", "~> 0.18.1"
... ...
Gemfile.lock
... ... @@ -152,7 +152,7 @@ GEM
152 152 railties (>= 3.2)
153 153 sprockets-rails
154 154 json (1.8.3)
155   - kalibro_client (2.1.1)
  155 + kalibro_client (2.1.2)
156 156 activesupport (>= 2.2.1)
157 157 faraday_middleware (~> 0.10.0)
158 158 konacha (3.7.0)
... ... @@ -353,7 +353,7 @@ DEPENDENCIES
353 353 jquery-rails
354 354 jquery-ui-rails (~> 5.0.0)
355 355 js-routes (~> 1.1.0)
356   - kalibro_client (~> 2.1.1)
  356 + kalibro_client (~> 2.1.2)
357 357 konacha
358 358 less-rails (~> 2.7.0)
359 359 mocha
... ...