Commit aab7ae61f29005f5268393f6e879d8dc99252f38
Committed by
Heitor
1 parent
39ec5d1a
Exists in
colab
and in
4 other branches
Using kallibro_client latest (v0.3.0) release instead of git repository
Showing
2 changed files
with
5 additions
and
11 deletions
Show diff stats
Gemfile
| ... | ... | @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.2.2' |
| 31 | 31 | gem 'devise', '~> 3.4.0' |
| 32 | 32 | |
| 33 | 33 | # Kalibro integration |
| 34 | -gem 'kalibro_client', :git => 'https://github.com/mezuro/kalibro_client', :branch => 'process_by_branch' | |
| 34 | +gem 'kalibro_client', '~> 0.3.0' | |
| 35 | 35 | |
| 36 | 36 | # PostgreSQL integration |
| 37 | 37 | gem "pg", "~> 0.18.1" | ... | ... |
Gemfile.lock
| 1 | 1 | GIT |
| 2 | - remote: https://github.com/mezuro/kalibro_client | |
| 3 | - revision: af57bf364d125d9aaa4cc44e739eac16d6fcd66d | |
| 4 | - branch: process_by_branch | |
| 5 | - specs: | |
| 6 | - kalibro_client (0.2.0) | |
| 7 | - activesupport (>= 2.2.1) | |
| 8 | - faraday_middleware (~> 0.9.0) | |
| 9 | - | |
| 10 | -GIT | |
| 11 | 2 | remote: https://github.com/seyhunak/twitter-bootstrap-rails.git |
| 12 | 3 | revision: ba1e2bc2dad7f1e3c8b754f765dac7f4410fa06a |
| 13 | 4 | specs: |
| ... | ... | @@ -166,6 +157,9 @@ GEM |
| 166 | 157 | jquery-ui-rails (5.0.3) |
| 167 | 158 | railties (>= 3.2.16) |
| 168 | 159 | json (1.8.3) |
| 160 | + kalibro_client (0.3.0) | |
| 161 | + activesupport (>= 2.2.1) | |
| 162 | + faraday_middleware (~> 0.9.0) | |
| 169 | 163 | konacha (3.3.0) |
| 170 | 164 | actionpack (>= 3.1, < 5) |
| 171 | 165 | capybara |
| ... | ... | @@ -357,7 +351,7 @@ DEPENDENCIES |
| 357 | 351 | jbuilder (~> 2.2.2) |
| 358 | 352 | jquery-rails |
| 359 | 353 | jquery-ui-rails (~> 5.0.0) |
| 360 | - kalibro_client! | |
| 354 | + kalibro_client (~> 0.3.0) | |
| 361 | 355 | konacha (~> 3.3.0) |
| 362 | 356 | mocha |
| 363 | 357 | pg (~> 0.18.1) | ... | ... |