Merge pull request #2153 from TracksApp/dependabot/bundler/mysql2-0.5.2

Bump mysql2 from 0.4.10 to 0.5.2
This commit is contained in:
Matt Rogers 2018-11-21 08:50:36 -06:00 committed by GitHub
commit f00590a03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.4.0", group: :mysql
gem "mysql2", "~> 0.5.2", group: :mysql
gem "RedCloth"
gem "sanitize", ">=3.0.0"

View file

@ -130,7 +130,7 @@ GEM
minitest-stub-const (0.6)
mocha (1.7.0)
metaclass (~> 0.0.1)
mysql2 (0.4.10)
mysql2 (0.5.2)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
@ -290,7 +290,7 @@ DEPENDENCIES
listen
minitest-stub-const
mocha
mysql2 (~> 0.4.0)
mysql2 (~> 0.5.2)
paperclip
puma (~> 3.0)
rack-mini-profiler