mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Merge pull request #1939 from TracksApp/support-mysql-5.7
Bump mysql2 to 0.3.20
This commit is contained in:
commit
9389fbef9a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue