diff --git a/Gemfile b/Gemfile index 17e7ffc7..4db1b83c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,4 @@ source 'http://localhost:8808' gem 'rails', '~> 2.3.5' +gem 'postgres' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 34958b7d..b1d7cea1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM activeresource (2.3.10) activesupport (= 2.3.10) activesupport (2.3.10) + postgres (0.7.9.2008.01.28) rack (1.1.0) rails (2.3.10) actionmailer (= 2.3.10) @@ -25,4 +26,5 @@ PLATFORMS ruby DEPENDENCIES + postgres rails (~> 2.3.5)