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,7 +28,7 @@ gem 'jbuilder', '~> 2.0' | ||
| 28 | gem 'devise', '~> 3.5.1' | 28 | gem 'devise', '~> 3.5.1' |
| 29 | 29 | ||
| 30 | # Kalibro integration | 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 | # PostgreSQL integration | 33 | # PostgreSQL integration |
| 34 | gem "pg", "~> 0.18.1" | 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 | GEM | 1 | GEM |
| 11 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
| 12 | specs: | 3 | specs: |
| @@ -157,6 +148,9 @@ GEM | @@ -157,6 +148,9 @@ GEM | ||
| 157 | railties (>= 3.2) | 148 | railties (>= 3.2) |
| 158 | sprockets-rails | 149 | sprockets-rails |
| 159 | json (1.8.3) | 150 | json (1.8.3) |
| 151 | + kalibro_client (1.4.0) | ||
| 152 | + activesupport (>= 2.2.1) | ||
| 153 | + faraday_middleware (~> 0.10.0) | ||
| 160 | konacha (3.5.1) | 154 | konacha (3.5.1) |
| 161 | actionpack (>= 3.1, < 5) | 155 | actionpack (>= 3.1, < 5) |
| 162 | capybara | 156 | capybara |
| @@ -354,7 +348,7 @@ DEPENDENCIES | @@ -354,7 +348,7 @@ DEPENDENCIES | ||
| 354 | jquery-rails | 348 | jquery-rails |
| 355 | jquery-ui-rails (~> 5.0.0) | 349 | jquery-ui-rails (~> 5.0.0) |
| 356 | js-routes (~> 1.1.0) | 350 | js-routes (~> 1.1.0) |
| 357 | - kalibro_client! | 351 | + kalibro_client (~> 1.4) |
| 358 | konacha | 352 | konacha |
| 359 | less-rails (~> 2.7.0) | 353 | less-rails (~> 2.7.0) |
| 360 | mocha | 354 | mocha |