mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 17:44:08 +01:00
Bump mysql2 from 0.4.10 to 0.5.2
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.4.10 to 0.5.2. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/mysql2/compare/0.4.10...0.5.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
b2d3b9c991
commit
496bef96c5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue