Skip to content

Commit

Permalink
Update default Rails version in Docker config
Browse files Browse the repository at this point in the history
There is an incompatibility between our test suite and Rails versions `<
7.1.0`, so we provide `7.1.0` as the new default version.

Co-authored-by: An Stewart <andrew@super.gd>
  • Loading branch information
nvandoorn and stewart committed Oct 9, 2024
1 parent eacfa05 commit 403721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly
DB_USERNAME: root
DB_PASSWORD: password
RAILS_VERSION: ${RAILS_VERSION:-~> 7.0.2}
RAILS_VERSION: ${RAILS_VERSION:-~> 7.1.0}
DB_ALL: "1"
DB_MYSQL_HOST: mysql
DB_POSTGRES_HOST: postgres
Expand Down

0 comments on commit 403721a

Please sign in to comment.