Merge pull request #2783 from TracksApp/dependabot/bundler/mysql2-0.5.4

Bump mysql2 from 0.5.3 to 0.5.4
This commit is contained in:
Jyri-Petteri Paloposki 2022-06-02 19:50:14 +03:00 committed by GitHub
commit 195e6af846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -170,7 +170,7 @@ GEM
minitest (5.15.0)
minitest-stub-const (0.6)
mocha (1.14.0)
mysql2 (0.5.3)
mysql2 (0.5.4)
nio4r (2.5.8)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
@ -349,7 +349,7 @@ DEPENDENCIES
listen
minitest-stub-const
mocha
mysql2 (~> 0.5.3)
mysql2 (~> 0.5.4)
pg (~> 1.3.5)
puma (~> 5.6)
rack-mini-profiler