downgrade mysql2, oops

This commit is contained in:
Emi Matchu 2012-01-12 20:31:50 -06:00
parent 696b2aedaf
commit f8c8b04929
4 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ group :development_async do
end
group :production do
gem 'mysql2'
gem 'mysql2', '< 0.3'
gem 'memcache-client', '~> 1.8.5', :require => 'memcache'
end

View file

@ -116,7 +116,7 @@ GEM
memcache-client (1.8.5)
mime-types (1.17.2)
msgpack (0.4.6)
mysql2 (0.3.11)
mysql2 (0.2.6)
nokogiri (1.5.0)
open4 (1.3.0)
openneo-auth-signatory (0.1.0)
@ -218,7 +218,7 @@ DEPENDENCIES
jammit (~> 0.5.3)
memcache-client (~> 1.8.5)
msgpack (~> 0.4.3)
mysql2
mysql2 (< 0.3)
mysqlplus!
nokogiri (~> 1.5.0)
openneo-auth-signatory (~> 0.1.0)

BIN
vendor/cache/mysql2-0.2.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.