Commit f4bbf5a791744d30129aa53487956f3680ff1904
1 parent
ef4a84ba
Exists in
colab
and in
4 other branches
kalibro_gatekeeper_client updated
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.2.4' | 31 | gem 'devise', '~> 3.2.4' |
32 | 32 | ||
33 | # Kalibro integration | 33 | # Kalibro integration |
34 | -gem 'kalibro_gatekeeper_client', "~> 0.2.1" | 34 | +gem 'kalibro_gatekeeper_client', "~> 0.2.2" |
35 | 35 | ||
36 | # PostgreSQL integration | 36 | # PostgreSQL integration |
37 | gem "pg", "~> 0.17.0" | 37 | gem "pg", "~> 0.17.0" |
Gemfile.lock
@@ -130,7 +130,7 @@ GEM | @@ -130,7 +130,7 @@ GEM | ||
130 | jquery-ui-rails (4.2.1) | 130 | jquery-ui-rails (4.2.1) |
131 | railties (>= 3.2.16) | 131 | railties (>= 3.2.16) |
132 | json (1.8.1) | 132 | json (1.8.1) |
133 | - kalibro_gatekeeper_client (0.2.1) | 133 | + kalibro_gatekeeper_client (0.2.2) |
134 | activesupport (>= 2.2.1) | 134 | activesupport (>= 2.2.1) |
135 | faraday_middleware (~> 0.9.0) | 135 | faraday_middleware (~> 0.9.0) |
136 | konacha (3.2.3) | 136 | konacha (3.2.3) |
@@ -284,7 +284,7 @@ DEPENDENCIES | @@ -284,7 +284,7 @@ DEPENDENCIES | ||
284 | jbuilder (~> 2.1.2) | 284 | jbuilder (~> 2.1.2) |
285 | jquery-rails | 285 | jquery-rails |
286 | jquery-ui-rails (~> 4.2.1) | 286 | jquery-ui-rails (~> 4.2.1) |
287 | - kalibro_gatekeeper_client (~> 0.2.1) | 287 | + kalibro_gatekeeper_client (~> 0.2.2) |
288 | konacha (~> 3.2.0) | 288 | konacha (~> 3.2.0) |
289 | mocha | 289 | mocha |
290 | pg (~> 0.17.0) | 290 | pg (~> 0.17.0) |