Skip to content

Commit

Permalink
Use latest version of mysql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
vrinek committed Jan 13, 2015
1 parent 1b2eda6 commit 05db934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
mongoid
mongoid-tree
moped
mysql (~> 2.8.1)
mysql (~> 2.9.1)
mysql2
neo4j-core
ohm (~> 0.1.3)
Expand Down

0 comments on commit 05db934

Please sign in to comment.