Skip to content

Commit

Permalink
Update mysql2 gem to ~> 0.5.6 to fix collation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-yaba committed Dec 15, 2024
1 parent 1580220 commit b91d96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem 'kaminari'

gem 'pry-rails'

gem 'mysql2', '~> 0.5'
gem 'mysql2', '~> 0.5.6'

group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ DEPENDENCIES
faker
httparty
kaminari
mysql2 (~> 0.5)
mysql2 (~> 0.5.6)
pry-rails
puma (~> 5.0)
rack-cors
Expand Down

0 comments on commit b91d96d

Please sign in to comment.