Commit 775afddc8a8c6f938c8c5e7fda40b0dc5ee91d92

Authored by Rafael Manzo
1 parent 8f0af5b6

Update kalibro_client

This update is necessary to run the newest service versions.
Showing 3 changed files with 6 additions and 6 deletions   Show diff stats
@@ -9,8 +9,8 @@ before_script: @@ -9,8 +9,8 @@ before_script:
9 - pushd kalibro_install 9 - pushd kalibro_install
10 # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details 10 # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details
11 - sudo apt-get remove libzmq3 11 - sudo apt-get remove libzmq3
12 - - export KALIBRO_PROCESSOR_VERSION=v1.1.4  
13 - - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.4 12 + - export KALIBRO_PROCESSOR_VERSION=v1.1.7.rc1
  13 + - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0
14 - bash install.sh 14 - bash install.sh
15 - popd 15 - popd
16 - cp config/database.yml.sample config/database.yml 16 - cp config/database.yml.sample config/database.yml
@@ -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', '~> 2.1.2' 31 +gem 'kalibro_client', '~> 3.0.0'
32 32
33 # PostgreSQL integration 33 # PostgreSQL integration
34 gem "pg", "~> 0.18.1" 34 gem "pg", "~> 0.18.1"
@@ -154,7 +154,7 @@ GEM @@ -154,7 +154,7 @@ GEM
154 railties (>= 3.2) 154 railties (>= 3.2)
155 sprockets-rails 155 sprockets-rails
156 json (1.8.3) 156 json (1.8.3)
157 - kalibro_client (2.1.2) 157 + kalibro_client (3.0.0)
158 activesupport (>= 2.2.1) 158 activesupport (>= 2.2.1)
159 faraday_middleware (~> 0.10.0) 159 faraday_middleware (~> 0.10.0)
160 konacha (3.7.0) 160 konacha (3.7.0)
@@ -188,7 +188,7 @@ GEM @@ -188,7 +188,7 @@ GEM
188 metaclass (0.0.4) 188 metaclass (0.0.4)
189 mime-types (2.6.2) 189 mime-types (2.6.2)
190 mini_portile (0.6.2) 190 mini_portile (0.6.2)
191 - minitest (5.8.1) 191 + minitest (5.8.4)
192 mocha (1.1.0) 192 mocha (1.1.0)
193 metaclass (~> 0.0.1) 193 metaclass (~> 0.0.1)
194 multi_json (1.11.2) 194 multi_json (1.11.2)
@@ -356,7 +356,7 @@ DEPENDENCIES @@ -356,7 +356,7 @@ DEPENDENCIES
356 jquery-rails 356 jquery-rails
357 jquery-ui-rails (~> 5.0.0) 357 jquery-ui-rails (~> 5.0.0)
358 js-routes (~> 1.1.0) 358 js-routes (~> 1.1.0)
359 - kalibro_client (~> 2.1.2) 359 + kalibro_client (~> 3.0.0)
360 konacha 360 konacha
361 less-rails (~> 2.7.0) 361 less-rails (~> 2.7.0)
362 mocha 362 mocha