bump pg
This commit is contained in:
parent
2a55578cf2
commit
1c62bab271
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -65,7 +65,7 @@ group :mysql, optional: true do
|
||||||
gem "mysql2", "0.3.18"
|
gem "mysql2", "0.3.18"
|
||||||
end
|
end
|
||||||
group :postgresql, optional: true do
|
group :postgresql, optional: true do
|
||||||
gem "pg", "0.18.1"
|
gem "pg", "0.18.2"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "activerecord-import", "0.10.0"
|
gem "activerecord-import", "0.10.0"
|
||||||
|
|
|
||||||
|
|
@ -480,7 +480,7 @@ GEM
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parser (2.2.2.6)
|
parser (2.2.2.6)
|
||||||
ast (>= 1.1, < 3.0)
|
ast (>= 1.1, < 3.0)
|
||||||
pg (0.18.1)
|
pg (0.18.2)
|
||||||
phantomjs (1.9.8.0)
|
phantomjs (1.9.8.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.4.2)
|
pronto (0.4.2)
|
||||||
|
|
@ -828,7 +828,7 @@ DEPENDENCIES
|
||||||
omniauth-twitter (= 1.2.0)
|
omniauth-twitter (= 1.2.0)
|
||||||
omniauth-wordpress (= 0.2.2)
|
omniauth-wordpress (= 0.2.2)
|
||||||
open_graph_reader (= 0.6.1)
|
open_graph_reader (= 0.6.1)
|
||||||
pg (= 0.18.1)
|
pg (= 0.18.2)
|
||||||
pronto (= 0.4.2)
|
pronto (= 0.4.2)
|
||||||
pronto-jshint (= 0.4.2)
|
pronto-jshint (= 0.4.2)
|
||||||
pronto-rubocop (= 0.4.4)
|
pronto-rubocop (= 0.4.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue