Use latest version of mysql driver

WARNING: the gem has been declared abandoned
	https://github.com/luislavena/mysql-gem#maintainer-needed
	https://groups.google.com/forum/#!topic/rubyinstaller/nzpIDZqXO-Q
This commit is contained in:
Kostas Karachalios 2015-01-13 11:05:19 +01:00
parent 1b2eda6615
commit 05db934a19
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ group :development, :test do
gem "sequel", "~> 3.21.0"
#gem "ibm_db" # I don't want to add this dependency, even as a dev one since it requires DB2 to be installed
gem 'mysql', '~> 2.8.1'
gem 'mysql', '~> 2.9.1'
gem 'mysql2'
gem 'pg'
gem 'ohm', '~> 0.1.3'

View file

@ -162,7 +162,7 @@ GEM
multi_json (1.2.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql (2.8.1)
mysql (2.9.1)
mysql2 (0.3.16)
neo4j-community (2.1.5)
neo4j-core (3.0.8)
@ -279,7 +279,7 @@ DEPENDENCIES
mongoid
mongoid-tree
moped
mysql (~> 2.8.1)
mysql (~> 2.9.1)
mysql2
neo4j-core
ohm (~> 0.1.3)