Skip to content

Commit

Permalink
Merge pull request #3011 from TracksApp/dependabot/bundler/mysql2-0.5.6
Browse files Browse the repository at this point in the history
Bump mysql2 from 0.5.5 to 0.5.6
  • Loading branch information
ZeiP authored Jun 10, 2024
2 parents 085faab + b01f46e commit bbff8d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bbff8d2

Please sign in to comment.