Skip to content

Commit

Permalink
Merge pull request #195 from mihailpozarski/master
Browse files Browse the repository at this point in the history
chore(databases): update mysql2 to '~>0.5.0'
  • Loading branch information
llekn authored May 17, 2019
2 parents 8e0bad0 + 53aa839 commit 242caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/potassium/recipes/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def install
def databases(database)
databases = {
postgresql: { name: 'postgresql', gem_name: 'pg', relational: true },
mysql: { name: 'mysql', gem_name: 'mysql2', version: '~> 0.3.18', relational: true }
mysql: { name: 'mysql', gem_name: 'mysql2', version: '~> 0.5.0', relational: true }
}
databases[database]
end
Expand Down

0 comments on commit 242caab

Please sign in to comment.