Skip to content

Commit

Permalink
add mysql2 gem to server
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Feb 11, 2011
1 parent 81f20c7 commit 770181b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "rest-client", ">= 1.4.0", "< 1.7.0"
gem "sequel", "~> 3.17.0"
gem "sinatra", "~> 1.0.0"
gem "sqlite3-ruby", "~> 1.2"

group :development do
gem "bacon"
gem "mocha"
Expand All @@ -23,6 +24,7 @@ end
group :server do
gem "extlib", "0.9.15"
gem "mysql", "2.8.1"
gem "mysql2", "0.2.6"
gem "pg", "0.9.0"
gem "thin", "> 1.2.0"
end
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GEM
mocha (0.9.8)
rake
mysql (2.8.1)
mysql2 (0.2.6)
pg (0.9.0)
rack (1.2.1)
rack-test (0.5.7)
Expand All @@ -36,6 +37,7 @@ DEPENDENCIES
json (~> 1.4.6)
mocha
mysql (= 2.8.1)
mysql2 (= 0.2.6)
pg (= 0.9.0)
rack (>= 1.0.1)
rack-test
Expand Down

0 comments on commit 770181b

Please sign in to comment.