From aab7ae61f29005f5268393f6e879d8dc99252f38 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 15 Jun 2015 15:26:00 -0300 Subject: [PATCH] Using kallibro_client latest (v0.3.0) release instead of git repository --- Gemfile | 2 +- Gemfile.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 92f0eb9..18c51d8 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.2.2' gem 'devise', '~> 3.4.0' # Kalibro integration -gem 'kalibro_client', :git => 'https://github.com/mezuro/kalibro_client', :branch => 'process_by_branch' +gem 'kalibro_client', '~> 0.3.0' # PostgreSQL integration gem "pg", "~> 0.18.1" diff --git a/Gemfile.lock b/Gemfile.lock index 5adaa0a..60a18ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,4 @@ GIT - remote: https://github.com/mezuro/kalibro_client - revision: af57bf364d125d9aaa4cc44e739eac16d6fcd66d - branch: process_by_branch - specs: - kalibro_client (0.2.0) - activesupport (>= 2.2.1) - faraday_middleware (~> 0.9.0) - -GIT remote: https://github.com/seyhunak/twitter-bootstrap-rails.git revision: ba1e2bc2dad7f1e3c8b754f765dac7f4410fa06a specs: @@ -166,6 +157,9 @@ GEM jquery-ui-rails (5.0.3) railties (>= 3.2.16) json (1.8.3) + kalibro_client (0.3.0) + activesupport (>= 2.2.1) + faraday_middleware (~> 0.9.0) konacha (3.3.0) actionpack (>= 3.1, < 5) capybara @@ -357,7 +351,7 @@ DEPENDENCIES jbuilder (~> 2.2.2) jquery-rails jquery-ui-rails (~> 5.0.0) - kalibro_client! + kalibro_client (~> 0.3.0) konacha (~> 3.3.0) mocha pg (~> 0.18.1) -- libgit2 0.21.2