Bump mysql to 0.4.x

This commit is contained in:
Matt Rogers 2018-11-17 09:27:04 -06:00
parent 002b387fb5
commit 9e76a5e734
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ gem 'jquery-ui-rails' , '~>5.0.5'
# always possible on all platforms
# Alternatively use --without <group> arguments to bundler to not install that group
gem "sqlite3", group: :sqlite
gem "mysql2", "~> 0.3.17", group: :mysql
gem "mysql2", "~> 0.4.0", group: :mysql
gem "RedCloth"
gem "sanitize", ">=3.0.0"