diff --git a/Gemfile b/Gemfile index 381e1ff..a9147cd 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'devise', '~> 3.0.0' gem 'kalibro_entities', git: 'https://github.com/mezuro/kalibro_entities.git' #When the first version of KalibroEntities come out, do not keep using the git repository #PostgreSQL integration -gem "pg", "~> 0.16.0" +gem "pg", "~> 0.17.0" group :doc do # bundle exec rake doc:rails generates the API under doc/api. diff --git a/Gemfile.lock b/Gemfile.lock index 2086817..c5c1ed4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM nokogiri (1.5.10) nori (2.3.0) orm_adapter (0.4.0) - pg (0.16.0) + pg (0.17.0) poltergeist (1.4.1) capybara (~> 2.1.0) cliver (~> 0.2.1) @@ -236,7 +236,7 @@ DEPENDENCIES kalibro_entities! mocha modernizr-rails - pg (~> 0.16.0) + pg (~> 0.17.0) poltergeist (~> 1.4.0) rails (= 4.0.0) rspec-rails -- libgit2 0.21.2