Skip to content

Commit

Permalink
Merge pull request zdennis#27 from msgehard/fix_gemfile
Browse files Browse the repository at this point in the history
Relax pg version dependency a bit.
  • Loading branch information
zdennis committed Jul 13, 2011
2 parents ff0acfa + 4653fea commit 7cc7c33
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 @@ -12,7 +12,7 @@ group :test do
platforms :ruby do
gem "mysql", "~> 2.8.1"
gem "mysql2", "~> 0.2.4"
gem "pg", "~> 0.9.0"
gem "pg", "~> 0.9"
gem "sqlite3-ruby", "~> 1.3.1"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
multi_json (1.0.3)
mysql (2.8.1)
mysql2 (0.2.7)
pg (0.9.0)
pg (0.11.0)
rake (0.8.7)
ruby-debug (0.10.4)
columnize (>= 0.1)
Expand Down Expand Up @@ -76,7 +76,7 @@ DEPENDENCIES
jeweler (>= 1.4.0)
mysql (~> 2.8.1)
mysql2 (~> 0.2.4)
pg (~> 0.9.0)
pg (~> 0.9)
rake
ruby-debug (= 0.10.4)
ruby-debug-base (= 0.10.4)
Expand Down

0 comments on commit 7cc7c33

Please sign in to comment.