mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump mysql2 from 0.5.2 to 0.5.3
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](https://github.com/brianmario/mysql2/compare/0.5.2...0.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
52fda99ed4
commit
375b750be6
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
|
# always possible on all platforms
|
||||||
# Alternatively use --without <group> arguments to bundler to not install that group
|
# Alternatively use --without <group> arguments to bundler to not install that group
|
||||||
gem "sqlite3", group: :sqlite
|
gem "sqlite3", group: :sqlite
|
||||||
gem "mysql2", "~> 0.5.2", group: :mysql
|
gem "mysql2", "~> 0.5.3", group: :mysql
|
||||||
|
|
||||||
gem "RedCloth"
|
gem "RedCloth"
|
||||||
gem "sanitize", "~> 5.1"
|
gem "sanitize", "~> 5.1"
|
||||||
|
|
|
@ -134,7 +134,7 @@ GEM
|
||||||
minitest (5.13.0)
|
minitest (5.13.0)
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
mocha (1.11.2)
|
mocha (1.11.2)
|
||||||
mysql2 (0.5.2)
|
mysql2 (0.5.3)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.7)
|
nokogiri (1.10.7)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
|
@ -291,7 +291,7 @@ DEPENDENCIES
|
||||||
listen
|
listen
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.3)
|
||||||
paperclip
|
paperclip
|
||||||
puma (~> 4.3)
|
puma (~> 4.3)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue