Commit 26b0fae538992e54287b4742ff9b81ae4840041a
Committed by
Rafael Manzo
1 parent
a08cfad1
Exists in
colab
and in
4 other branches
Updated pg to version 0.17.0.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -40,7 +40,7 @@ gem 'devise', '~> 3.0.0' |
40 | 40 | 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 |
41 | 41 | |
42 | 42 | #PostgreSQL integration |
43 | -gem "pg", "~> 0.16.0" | |
43 | +gem "pg", "~> 0.17.0" | |
44 | 44 | |
45 | 45 | group :doc do |
46 | 46 | # bundle exec rake doc:rails generates the API under doc/api. | ... | ... |
Gemfile.lock
... | ... | @@ -122,7 +122,7 @@ GEM |
122 | 122 | nokogiri (1.5.10) |
123 | 123 | nori (2.3.0) |
124 | 124 | orm_adapter (0.4.0) |
125 | - pg (0.16.0) | |
125 | + pg (0.17.0) | |
126 | 126 | poltergeist (1.4.1) |
127 | 127 | capybara (~> 2.1.0) |
128 | 128 | cliver (~> 0.2.1) |
... | ... | @@ -236,7 +236,7 @@ DEPENDENCIES |
236 | 236 | kalibro_entities! |
237 | 237 | mocha |
238 | 238 | modernizr-rails |
239 | - pg (~> 0.16.0) | |
239 | + pg (~> 0.17.0) | |
240 | 240 | poltergeist (~> 1.4.0) |
241 | 241 | rails (= 4.0.0) |
242 | 242 | rspec-rails | ... | ... |