downgrade mysql2, oops
This commit is contained in:
parent
696b2aedaf
commit
f8c8b04929
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -55,7 +55,7 @@ group :development_async do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'mysql2'
|
gem 'mysql2', '< 0.3'
|
||||||
gem 'memcache-client', '~> 1.8.5', :require => 'memcache'
|
gem 'memcache-client', '~> 1.8.5', :require => 'memcache'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@ GEM
|
||||||
memcache-client (1.8.5)
|
memcache-client (1.8.5)
|
||||||
mime-types (1.17.2)
|
mime-types (1.17.2)
|
||||||
msgpack (0.4.6)
|
msgpack (0.4.6)
|
||||||
mysql2 (0.3.11)
|
mysql2 (0.2.6)
|
||||||
nokogiri (1.5.0)
|
nokogiri (1.5.0)
|
||||||
open4 (1.3.0)
|
open4 (1.3.0)
|
||||||
openneo-auth-signatory (0.1.0)
|
openneo-auth-signatory (0.1.0)
|
||||||
|
@ -218,7 +218,7 @@ DEPENDENCIES
|
||||||
jammit (~> 0.5.3)
|
jammit (~> 0.5.3)
|
||||||
memcache-client (~> 1.8.5)
|
memcache-client (~> 1.8.5)
|
||||||
msgpack (~> 0.4.3)
|
msgpack (~> 0.4.3)
|
||||||
mysql2
|
mysql2 (< 0.3)
|
||||||
mysqlplus!
|
mysqlplus!
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri (~> 1.5.0)
|
||||||
openneo-auth-signatory (~> 0.1.0)
|
openneo-auth-signatory (~> 0.1.0)
|
||||||
|
|
BIN
vendor/cache/mysql2-0.2.6.gem
vendored
Normal file
BIN
vendor/cache/mysql2-0.2.6.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mysql2-0.3.11.gem
vendored
BIN
vendor/cache/mysql2-0.3.11.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue