Commit abf4cbb42540405bb041edd15e71732a9bed3ad5
1 parent
9ec61670
Exists in
colab
and in
4 other branches
Update kalibro_gatekeeper_client: fixes processing retrieval
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
| ... | ... | @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.1.2' |
| 31 | 31 | gem 'devise', '~> 3.3.0' |
| 32 | 32 | |
| 33 | 33 | # Kalibro integration |
| 34 | -gem 'kalibro_gatekeeper_client', "~> 0.3.0" | |
| 34 | +gem 'kalibro_gatekeeper_client', "~> 0.3.1" | |
| 35 | 35 | |
| 36 | 36 | # PostgreSQL integration |
| 37 | 37 | gem "pg", "~> 0.17.0" | ... | ... |
Gemfile.lock
| ... | ... | @@ -132,7 +132,7 @@ GEM |
| 132 | 132 | jquery-ui-rails (5.0.0) |
| 133 | 133 | railties (>= 3.2.16) |
| 134 | 134 | json (1.8.1) |
| 135 | - kalibro_gatekeeper_client (0.3.0) | |
| 135 | + kalibro_gatekeeper_client (0.3.1) | |
| 136 | 136 | activesupport (>= 2.2.1) |
| 137 | 137 | faraday_middleware (~> 0.9.0) |
| 138 | 138 | konacha (3.2.4) |
| ... | ... | @@ -287,7 +287,7 @@ DEPENDENCIES |
| 287 | 287 | jbuilder (~> 2.1.2) |
| 288 | 288 | jquery-rails |
| 289 | 289 | jquery-ui-rails (~> 5.0.0) |
| 290 | - kalibro_gatekeeper_client (~> 0.3.0) | |
| 290 | + kalibro_gatekeeper_client (~> 0.3.1) | |
| 291 | 291 | konacha (~> 3.2.0) |
| 292 | 292 | mocha |
| 293 | 293 | pg (~> 0.17.0) | ... | ... |