Skip to content

Commit

Permalink
Ruby 2.6.10 doesn't support date 3.3.4...use 2.0.3 instead (#1595)
Browse files Browse the repository at this point in the history
* Ruby 2.6.10 doesn't support date 3.3.4...use 2.0.3 instead
https://stdgems.org/date/

* docker-compose.yml: --authentication-policy=mysql_native_password isn't a valid option to pass to MySQL

---------

Co-authored-by: Scott Alfter <[email protected]>
  • Loading branch information
salfter and Scott Alfter authored Nov 2, 2024
1 parent ea67754 commit 551bd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
rails
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.4)
date (2.0.3)
debug_inspector (1.1.0)
declarative (0.0.20)
delayed_job (4.1.11)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
db:
image: mysql
# utf8mb4 https://stackoverflow.com/a/53398381/1778068
command: --authentication-policy=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
restart: always
environment:
MYSQL_ROOT_PASSWORD: concerto
Expand Down

0 comments on commit 551bd8b

Please sign in to comment.