Skip to content

Commit

Permalink
updated mysql adapter version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcunited001 committed Apr 5, 2013
1 parent 3e37623 commit 7d1c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skiima/db_adapters/mysql_adapter.rb
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'skiima/db_adapters/base_mysql_adapter'

gem 'mysql', '~> 2.8.1'
gem 'mysql', '~> 2.9.1'
require 'mysql'

class Mysql
Expand Down

0 comments on commit 7d1c15d

Please sign in to comment.