Skip to content

Commit

Permalink
Added pg to the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Feb 21, 2012
1 parent 05af819 commit 08b33d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ gem "nokogiri"
gem "ri_cal"

group :development do
gem "mysql"
gem "mongrel", '~> 1.2.0.pre2'
end

group :test, :development do
gem "sqlite3"
end

group :productionn do
gem "pg"
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ GEM
daemons (~> 1.0.10)
gem_plugin (~> 0.2.3)
multi_json (1.1.0)
mysql (2.8.1)
nokogiri (1.4.3.1)
pg (0.13.1)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
Expand Down Expand Up @@ -96,8 +96,8 @@ PLATFORMS
DEPENDENCIES
jquery-rails
mongrel (~> 1.2.0.pre2)
mysql
nokogiri
pg
rails (= 3.2.1)
ri_cal
sqlite3

0 comments on commit 08b33d2

Please sign in to comment.