Skip to content

Commit

Permalink
Bump mysql2 from 0.5.3 to 0.5.4
Browse files Browse the repository at this point in the history
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Commits](brianmario/mysql2@0.5.3...0.5.4)

---
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 May 9, 2022
1 parent 3c54a59 commit 6d9bff3
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 @@ -12,7 +12,7 @@ gem 'sassc-rails', '~> 2.1.2'

gem 'rails', '~> 5.2.6.2'

gem 'mysql2', '0.5.3'
gem 'mysql2', '0.5.4'

gem 'faraday'
gem 'faraday_middleware'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
minitest (5.15.0)
multi_json (1.15.0)
multipart-post (2.1.1)
mysql2 (0.5.3)
mysql2 (0.5.4)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.4)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
factory_bot_rails
faraday
faraday_middleware
mysql2 (= 0.5.3)
mysql2 (= 0.5.4)
puma (~> 5.6)
rails (~> 5.2.6.2)
rails-controller-testing
Expand Down

0 comments on commit 6d9bff3

Please sign in to comment.