Commit e42873e69655a0c8efa1a9dfaacdb4c74a50ccd4
Committed by
Diego Camarinha
1 parent
9008913d
Exists in
colab
and in
4 other branches
Updated kalibro_gatekeeper_client gem to 1.0
Signed off by: Alessandro Palmeira <alessandro.palmeira@gmail.com>
Showing
2 changed files
with
5 additions
and
11 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', github: 'mezuro/kalibro_gatekeeper_client', branch: 'refactoring_metric_collector' # FIXME: to gem 'kalibro_gatekeeper_client', "~> 1.0.0" as soon as it gets released | |
| 34 | +gem 'kalibro_gatekeeper_client', '~> 1.0.0' | |
| 35 | 35 | |
| 36 | 36 | # PostgreSQL integration |
| 37 | 37 | gem "pg", "~> 0.17.0" | ... | ... |
Gemfile.lock
| 1 | 1 | GIT |
| 2 | - remote: git://github.com/mezuro/kalibro_gatekeeper_client.git | |
| 3 | - revision: 071b4cdc6b1ff0d8f1a827b19e0292e87d74d596 | |
| 4 | - branch: refactoring_metric_collector | |
| 5 | - specs: | |
| 6 | - kalibro_gatekeeper_client (1.0.0.rc2) | |
| 7 | - activesupport (>= 2.2.1) | |
| 8 | - faraday_middleware (~> 0.9.0) | |
| 9 | - | |
| 10 | -GIT | |
| 11 | 2 | remote: git://github.com/seyhunak/twitter-bootstrap-rails.git |
| 12 | 3 | revision: 95de3b0e288aede73d38a18cce30cde66e733558 |
| 13 | 4 | ref: 95de3b0 |
| ... | ... | @@ -145,6 +136,9 @@ GEM |
| 145 | 136 | jquery-ui-rails (5.0.0) |
| 146 | 137 | railties (>= 3.2.16) |
| 147 | 138 | json (1.8.1) |
| 139 | + kalibro_gatekeeper_client (1.0.0) | |
| 140 | + activesupport (>= 2.2.1) | |
| 141 | + faraday_middleware (~> 0.9.0) | |
| 148 | 142 | konacha (3.2.4) |
| 149 | 143 | actionpack (>= 3.1, < 5) |
| 150 | 144 | capybara |
| ... | ... | @@ -299,7 +293,7 @@ DEPENDENCIES |
| 299 | 293 | jbuilder (~> 2.1.2) |
| 300 | 294 | jquery-rails |
| 301 | 295 | jquery-ui-rails (~> 5.0.0) |
| 302 | - kalibro_gatekeeper_client! | |
| 296 | + kalibro_gatekeeper_client (~> 1.0.0) | |
| 303 | 297 | konacha (~> 3.2.0) |
| 304 | 298 | mocha |
| 305 | 299 | pg (~> 0.17.0) | ... | ... |