Merge pull request #1939 from TracksApp/support-mysql-5.7

Bump mysql2 to 0.3.20
This commit is contained in:
Matt Rogers 2015-11-27 15:21:12 -06:00
commit 9389fbef9a
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -118,7 +118,7 @@ GEM
metaclass (~> 0.0.1)
multi_json (1.11.1)
multi_test (0.1.1)
mysql2 (0.3.16)
mysql2 (0.3.20)
nokogiri (1.6.4)
mini_portile (~> 0.6.0)
nokogumbo (1.1.12)
@ -245,7 +245,7 @@ DEPENDENCIES
htmlentities
jquery-rails
mocha
mysql2
mysql2 (~> 0.3.17)
paperclip
rack-dev-mark
rack-mini-profiler