Commit 344d4a82b62ea2b3e3e634f0a0efded06303e4a2
Committed by
Heitor
1 parent
8f050392
Exists in
colab
and in
4 other branches
Update kalibro_client
The version 2.1.0 had a bug when trying to retrieve MetricResult's ModuleResult. That's why we force at least 2.1.1 on Gemfile as well.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
| @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.0' | @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.0' | ||
| 28 | gem 'devise', '~> 3.5.1' | 28 | gem 'devise', '~> 3.5.1' |
| 29 | 29 | ||
| 30 | # Kalibro integration | 30 | # Kalibro integration |
| 31 | -gem 'kalibro_client', '~> 2.1.0' | 31 | +gem 'kalibro_client', '~> 2.1.1' |
| 32 | 32 | ||
| 33 | # PostgreSQL integration | 33 | # PostgreSQL integration |
| 34 | gem "pg", "~> 0.18.1" | 34 | gem "pg", "~> 0.18.1" |
Gemfile.lock
| @@ -152,7 +152,7 @@ GEM | @@ -152,7 +152,7 @@ GEM | ||
| 152 | railties (>= 3.2) | 152 | railties (>= 3.2) |
| 153 | sprockets-rails | 153 | sprockets-rails |
| 154 | json (1.8.3) | 154 | json (1.8.3) |
| 155 | - kalibro_client (2.1.0) | 155 | + kalibro_client (2.1.1) |
| 156 | activesupport (>= 2.2.1) | 156 | activesupport (>= 2.2.1) |
| 157 | faraday_middleware (~> 0.10.0) | 157 | faraday_middleware (~> 0.10.0) |
| 158 | konacha (3.7.0) | 158 | konacha (3.7.0) |
| @@ -353,7 +353,7 @@ DEPENDENCIES | @@ -353,7 +353,7 @@ DEPENDENCIES | ||
| 353 | jquery-rails | 353 | jquery-rails |
| 354 | jquery-ui-rails (~> 5.0.0) | 354 | jquery-ui-rails (~> 5.0.0) |
| 355 | js-routes (~> 1.1.0) | 355 | js-routes (~> 1.1.0) |
| 356 | - kalibro_client (~> 2.1.0) | 356 | + kalibro_client (~> 2.1.1) |
| 357 | konacha | 357 | konacha |
| 358 | less-rails (~> 2.7.0) | 358 | less-rails (~> 2.7.0) |
| 359 | mocha | 359 | mocha |