add production mysql2 dependency
This commit is contained in:
parent
b2732ef6d6
commit
7b1c775373
3 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -43,6 +43,8 @@ end
|
|||
group :production do
|
||||
gem 'thin', '~> 1.2.7'
|
||||
|
||||
gem 'mysql2'
|
||||
|
||||
gem 'memcache-client', '~> 1.8.5', :require => ['memcache', 'memcache/event_machine']
|
||||
end
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@ GEM
|
|||
memcache-client (1.8.5)
|
||||
mime-types (1.16)
|
||||
msgpack (0.4.4)
|
||||
mysql2 (0.2.6)
|
||||
openneo-auth-signatory (0.1.0)
|
||||
ruby-hmac
|
||||
polyglot (0.3.1)
|
||||
|
@ -176,6 +177,7 @@ DEPENDENCIES
|
|||
jammit (~> 0.5.3)
|
||||
memcache-client (~> 1.8.5)
|
||||
msgpack (~> 0.4.3)
|
||||
mysql2
|
||||
mysqlplus!
|
||||
openneo-auth-signatory (~> 0.1.0)
|
||||
rack-fiber_pool
|
||||
|
|
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.
Loading…
Reference in a new issue