diff --git a/Gemfile b/Gemfile index a987a72..492f07a 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,7 @@ gem 'devise', '~> 3.4.0' # Kalibro integration gem 'kalibro_gatekeeper_client', '~> 1.0.0' +gem 'kalibro_client', git: 'https://github.com/mezuro/kalibro_client' # PostgreSQL integration gem "pg", "~> 0.17.0" diff --git a/Gemfile.lock b/Gemfile.lock index 88430e0..47e76e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,13 @@ GIT rails (>= 3.1) railties (>= 3.1) +GIT + remote: https://github.com/mezuro/kalibro_client + revision: 31292140401ae4dfa3aa9a5989079aff2751d66b + specs: + kalibro_client (0.0.1) + activeresource (~> 4.0.0) + GEM remote: https://rubygems.org/ specs: @@ -31,7 +38,11 @@ GEM activemodel (= 4.1.8) activesupport (= 4.1.8) arel (~> 5.0.0) - activesupport (4.1.8) + activeresource (4.0.0) + activemodel (~> 4.0) + activesupport (~> 4.0) + rails-observers (~> 0.1.1) + activesupport (4.1.6) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -185,9 +196,11 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.1.8) sprockets-rails (~> 2.0) - railties (4.1.8) - actionpack (= 4.1.8) - activesupport (= 4.1.8) + rails-observers (0.1.2) + activemodel (~> 4.0) + railties (4.1.6) + actionpack (= 4.1.6) + activesupport (= 4.1.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.4.2) @@ -292,6 +305,7 @@ DEPENDENCIES jbuilder (~> 2.2.2) jquery-rails jquery-ui-rails (~> 5.0.0) + kalibro_client! kalibro_gatekeeper_client (~> 1.0.0) konacha (~> 3.3.0) mocha -- libgit2 0.21.2