Skip to content

Commit

Permalink
Update gem dependencies for postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Dec 19, 2011
1 parent dd3160b commit e62f964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '3.1.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'pg'

gem 'hominid'
gem 'graticule'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
pg (0.11.0)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
Expand Down Expand Up @@ -110,7 +111,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thor (0.14.6)
Expand Down Expand Up @@ -139,9 +139,9 @@ DEPENDENCIES
graticule
hominid
jquery-rails
pg
rails (= 3.1.1)
sass-rails (~> 3.1.4)
sqlite3
turn
twitter-bootstrap-rails
uglifier (>= 1.0.3)

0 comments on commit e62f964

Please sign in to comment.