Skip to content

Commit

Permalink
fixing mysql2 to 0.2.x family
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonishi committed Jun 18, 2011
1 parent 1618e99 commit 989cb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -12,10 +12,10 @@ gem 'em-synchrony', :git => 'git://github.com/igrigorik/em-synchrony.git', :
]

# async activerecord requires
gem 'mysql2'
gem 'mysql2', '~>0.2.10'

# async http requires
gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git', :require => 'em-http'
gem 'addressable', :require => 'addressable/uri'

gem 'thin'
gem 'thin'

0 comments on commit 989cb8b

Please sign in to comment.