Skip to content

Commit

Permalink
Bump mysql2 gem
Browse files Browse the repository at this point in the history
https: //github.com/brianmario/mysql2/issues/1346
Co-authored-by: Szymon Fiedler <szymon.fiedler@gmail.com>
  • Loading branch information
lukaszreszke and fidel committed Mar 19, 2024
1 parent a8fd236 commit 920c77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ruby_event_store-active_record/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
mutant-rspec (0.11.22)
mutant (= 0.11.22)
rspec-core (>= 3.8.0, < 4.0.0)
mysql2 (0.5.5)
mysql2 (0.5.6)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -92,7 +92,7 @@ DEPENDENCIES
mutant-license!
mutant-minitest (= 0.11.22)
mutant-rspec (= 0.11.22)
mysql2 (~> 0.5.5)
mysql2 (~> 0.5.6)
pg (~> 1.5.4)
rake (>= 10.0)
rspec (~> 3.6)
Expand Down
2 changes: 1 addition & 1 deletion support/bundler/Gemfile.database
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gem "pg", "~> 1.5.4"
gem "mysql2", "~> 0.5.5"
gem "mysql2", "~> 0.5.6"
gem "sqlite3", "~> 1.7"

0 comments on commit 920c77d

Please sign in to comment.