Commit 3612bb5217f33ccd948aed2df7a7d07aface4c6d

Authored by Rafael Manzo
1 parent cc1cfdd8

kalibro_client updated

This version brings the compability with the new Repository#all method which
lists independly from Project.

Signed off by: Diego Araujo <diegoamc90@gmail.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -31,7 +31,7 @@ gem &#39;jbuilder&#39;, &#39;~&gt; 2.0&#39;
31 31 gem 'devise', '~> 3.5.1'
32 32  
33 33 # Kalibro integration
34   -gem 'kalibro_client', '~> 0.3.0'
  34 +gem 'kalibro_client', '~> 0.4.0'
35 35  
36 36 # PostgreSQL integration
37 37 gem "pg", "~> 0.18.1"
... ...
Gemfile.lock
... ... @@ -157,7 +157,7 @@ GEM
157 157 jquery-ui-rails (5.0.5)
158 158 railties (>= 3.2.16)
159 159 json (1.8.3)
160   - kalibro_client (0.3.0)
  160 + kalibro_client (0.4.0)
161 161 activesupport (>= 2.2.1)
162 162 faraday_middleware (~> 0.9.0)
163 163 konacha (3.5.1)
... ... @@ -353,7 +353,7 @@ DEPENDENCIES
353 353 jbuilder (~> 2.0)
354 354 jquery-rails
355 355 jquery-ui-rails (~> 5.0.0)
356   - kalibro_client (~> 0.3.0)
  356 + kalibro_client (~> 0.4.0)
357 357 konacha
358 358 mocha
359 359 pg (~> 0.18.1)
... ...