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,7 +31,7 @@ gem 'jbuilder', '~> 2.1.2' | ||
31 | gem 'devise', '~> 3.3.0' | 31 | gem 'devise', '~> 3.3.0' |
32 | 32 | ||
33 | # Kalibro integration | 33 | # Kalibro integration |
34 | -gem 'kalibro_gatekeeper_client', "~> 0.3.0" | 34 | +gem 'kalibro_gatekeeper_client', "~> 0.3.1" |
35 | 35 | ||
36 | # PostgreSQL integration | 36 | # PostgreSQL integration |
37 | gem "pg", "~> 0.17.0" | 37 | gem "pg", "~> 0.17.0" |
Gemfile.lock
@@ -132,7 +132,7 @@ GEM | @@ -132,7 +132,7 @@ GEM | ||
132 | jquery-ui-rails (5.0.0) | 132 | jquery-ui-rails (5.0.0) |
133 | railties (>= 3.2.16) | 133 | railties (>= 3.2.16) |
134 | json (1.8.1) | 134 | json (1.8.1) |
135 | - kalibro_gatekeeper_client (0.3.0) | 135 | + kalibro_gatekeeper_client (0.3.1) |
136 | activesupport (>= 2.2.1) | 136 | activesupport (>= 2.2.1) |
137 | faraday_middleware (~> 0.9.0) | 137 | faraday_middleware (~> 0.9.0) |
138 | konacha (3.2.4) | 138 | konacha (3.2.4) |
@@ -287,7 +287,7 @@ DEPENDENCIES | @@ -287,7 +287,7 @@ DEPENDENCIES | ||
287 | jbuilder (~> 2.1.2) | 287 | jbuilder (~> 2.1.2) |
288 | jquery-rails | 288 | jquery-rails |
289 | jquery-ui-rails (~> 5.0.0) | 289 | jquery-ui-rails (~> 5.0.0) |
290 | - kalibro_gatekeeper_client (~> 0.3.0) | 290 | + kalibro_gatekeeper_client (~> 0.3.1) |
291 | konacha (~> 3.2.0) | 291 | konacha (~> 3.2.0) |
292 | mocha | 292 | mocha |
293 | pg (~> 0.17.0) | 293 | pg (~> 0.17.0) |