Skip to content

Commit

Permalink
chore(deps): bump mysql2 from 0.5.5 to 0.5.6 in /pact_broker
Browse files Browse the repository at this point in the history
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Commits](brianmario/mysql2@0.5.5...0.5.6)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 47658ee commit 807e581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "mysql2", "~>0.3"
gem "mysql2", "~>0.5"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "rake", "~> 13.0"
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.5)
mysql2 (0.5.6)
nio4r (2.7.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -164,7 +164,7 @@ PLATFORMS
ruby

DEPENDENCIES
mysql2 (~> 0.3)
mysql2 (~> 0.5)
pact_broker
pg (~> 1.5)
puma (~> 5.6, >= 5.6.8)
Expand Down

0 comments on commit 807e581

Please sign in to comment.