Commit 3612bb5217f33ccd948aed2df7a7d07aface4c6d
1 parent
cc1cfdd8
Exists in
colab
and in
4 other branches
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 'jbuilder', '~> 2.0' | @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.0' | ||
| 31 | gem 'devise', '~> 3.5.1' | 31 | gem 'devise', '~> 3.5.1' |
| 32 | 32 | ||
| 33 | # Kalibro integration | 33 | # Kalibro integration |
| 34 | -gem 'kalibro_client', '~> 0.3.0' | 34 | +gem 'kalibro_client', '~> 0.4.0' |
| 35 | 35 | ||
| 36 | # PostgreSQL integration | 36 | # PostgreSQL integration |
| 37 | gem "pg", "~> 0.18.1" | 37 | gem "pg", "~> 0.18.1" |
Gemfile.lock
| @@ -157,7 +157,7 @@ GEM | @@ -157,7 +157,7 @@ GEM | ||
| 157 | jquery-ui-rails (5.0.5) | 157 | jquery-ui-rails (5.0.5) |
| 158 | railties (>= 3.2.16) | 158 | railties (>= 3.2.16) |
| 159 | json (1.8.3) | 159 | json (1.8.3) |
| 160 | - kalibro_client (0.3.0) | 160 | + kalibro_client (0.4.0) |
| 161 | activesupport (>= 2.2.1) | 161 | activesupport (>= 2.2.1) |
| 162 | faraday_middleware (~> 0.9.0) | 162 | faraday_middleware (~> 0.9.0) |
| 163 | konacha (3.5.1) | 163 | konacha (3.5.1) |
| @@ -353,7 +353,7 @@ DEPENDENCIES | @@ -353,7 +353,7 @@ DEPENDENCIES | ||
| 353 | jbuilder (~> 2.0) | 353 | jbuilder (~> 2.0) |
| 354 | jquery-rails | 354 | jquery-rails |
| 355 | jquery-ui-rails (~> 5.0.0) | 355 | jquery-ui-rails (~> 5.0.0) |
| 356 | - kalibro_client (~> 0.3.0) | 356 | + kalibro_client (~> 0.4.0) |
| 357 | konacha | 357 | konacha |
| 358 | mocha | 358 | mocha |
| 359 | pg (~> 0.18.1) | 359 | pg (~> 0.18.1) |