Commit 1c7236726dbf2172f82df73bfaee79d11c7bf665
1 parent
8d82b65f
Exists in
colab
and in
4 other branches
pg updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -34,7 +34,7 @@ gem 'devise', '~> 3.4.0' |
34 | 34 | gem 'kalibro_client' |
35 | 35 | |
36 | 36 | # PostgreSQL integration |
37 | -gem "pg", "~> 0.17.0" | |
37 | +gem "pg", "~> 0.18.1" | |
38 | 38 | |
39 | 39 | # Twitter Bootstrap for layout |
40 | 40 | gem 'twitter-bootstrap-rails', :git => 'https://github.com/seyhunak/twitter-bootstrap-rails.git' | ... | ... |
Gemfile.lock
... | ... | @@ -166,7 +166,7 @@ GEM |
166 | 166 | nokogiri (1.6.5) |
167 | 167 | mini_portile (~> 0.6.0) |
168 | 168 | orm_adapter (0.5.0) |
169 | - pg (0.17.1) | |
169 | + pg (0.18.1) | |
170 | 170 | poltergeist (1.5.1) |
171 | 171 | capybara (~> 2.1) |
172 | 172 | cliver (~> 0.3.1) |
... | ... | @@ -298,7 +298,7 @@ DEPENDENCIES |
298 | 298 | kalibro_client |
299 | 299 | konacha (~> 3.3.0) |
300 | 300 | mocha |
301 | - pg (~> 0.17.0) | |
301 | + pg (~> 0.18.1) | |
302 | 302 | poltergeist (~> 1.5.0) |
303 | 303 | rails (= 4.1.8) |
304 | 304 | rspec-rails (~> 3.2.0) | ... | ... |