Merge pull request #3011 from TracksApp/dependabot/bundler/mysql2-0.5.6

Bump mysql2 from 0.5.5 to 0.5.6
This commit is contained in:
Jyri-Petteri Paloposki 2024-06-10 11:17:48 +03:00 committed by GitHub
commit bbff8d2d07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem 'mini_racer', group: :therubyracer
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.5', group: :mysql
gem 'mysql2', '~> 0.5.6', group: :mysql
gem 'pg', '~> 1.5.4', group: :postgresql
group :development do

View file

@ -182,7 +182,7 @@ GEM
minitest-stub-const (0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.4.12)
date
net-protocol
@ -376,7 +376,7 @@ DEPENDENCIES
mini_racer
minitest-stub-const
mocha
mysql2 (~> 0.5.5)
mysql2 (~> 0.5.6)
pg (~> 1.5.4)
puma (~> 6.4)
rack-mini-profiler