Commit 4f42e7d2d3dbdd820371cacd38c6175053a70e1e
1 parent
5659d0a3
Exists in
colab
and in
4 other branches
Fixes kalibro_client version to 1.4 and above
Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
2 changed files
with
5 additions
and
11 deletions
Show diff stats
Gemfile
| ... | ... | @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.0' |
| 28 | 28 | gem 'devise', '~> 3.5.1' |
| 29 | 29 | |
| 30 | 30 | # Kalibro integration |
| 31 | -gem 'kalibro_client', git: 'https://github.com/mezuro/kalibro_client.git', branch: 'create_kalibro_range_range' | |
| 31 | +gem 'kalibro_client', '~> 1.4' | |
| 32 | 32 | |
| 33 | 33 | # PostgreSQL integration |
| 34 | 34 | gem "pg", "~> 0.18.1" | ... | ... |
Gemfile.lock
| 1 | -GIT | |
| 2 | - remote: https://github.com/mezuro/kalibro_client.git | |
| 3 | - revision: 476ed6072156b7be0af0d3f9b61c43aa875bdf86 | |
| 4 | - branch: create_kalibro_range_range | |
| 5 | - specs: | |
| 6 | - kalibro_client (1.3.0) | |
| 7 | - activesupport (>= 2.2.1) | |
| 8 | - faraday_middleware (~> 0.10.0) | |
| 9 | - | |
| 10 | 1 | GEM |
| 11 | 2 | remote: https://rubygems.org/ |
| 12 | 3 | specs: |
| ... | ... | @@ -157,6 +148,9 @@ GEM |
| 157 | 148 | railties (>= 3.2) |
| 158 | 149 | sprockets-rails |
| 159 | 150 | json (1.8.3) |
| 151 | + kalibro_client (1.4.0) | |
| 152 | + activesupport (>= 2.2.1) | |
| 153 | + faraday_middleware (~> 0.10.0) | |
| 160 | 154 | konacha (3.5.1) |
| 161 | 155 | actionpack (>= 3.1, < 5) |
| 162 | 156 | capybara |
| ... | ... | @@ -354,7 +348,7 @@ DEPENDENCIES |
| 354 | 348 | jquery-rails |
| 355 | 349 | jquery-ui-rails (~> 5.0.0) |
| 356 | 350 | js-routes (~> 1.1.0) |
| 357 | - kalibro_client! | |
| 351 | + kalibro_client (~> 1.4) | |
| 358 | 352 | konacha |
| 359 | 353 | less-rails (~> 2.7.0) |
| 360 | 354 | mocha | ... | ... |