Skip to content

Commit

Permalink
fix: bump mysql2 version
Browse files Browse the repository at this point in the history
build failure with mysql-client 8.3.0

brianmario/mysql2#1346
  • Loading branch information
takaishi committed Feb 25, 2024
1 parent 755ecc2 commit df910ce
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 @@ -69,7 +69,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "mysql2", "~> 0.5.5"
gem "mysql2", "~> 0.5.6"

gem "stackprof"
gem "sentry-ruby"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ GEM
msgpack (1.5.6)
multi_xml (0.6.0)
multipart-post (2.2.3)
mysql2 (0.5.5)
mysql2 (0.5.6)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -731,7 +731,7 @@ DEPENDENCIES
image_processing (~> 1.12.2)
jbuilder (~> 2.11)
listen (~> 3.2)
mysql2 (~> 0.5.5)
mysql2 (~> 0.5.6)
nokogiri (= 1.16.2)
octokit (~> 8.0)
omniauth-auth0 (~> 3.0)
Expand Down

0 comments on commit df910ce

Please sign in to comment.