Commit 1c7236726dbf2172f82df73bfaee79d11c7bf665

Authored by Rafael Manzo
1 parent 8d82b65f

pg updated

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