Skip to content

Commit c7720b9

Browse files
committed
cfp-app is on Rails 8 now
1 parent d343cd3 commit c7720b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The CFP App does not provide a public facing website for your conference, though
1717
* PostgreSQL 14.1 or higher
1818
* Google Chrome browser must be installed to run tests
1919

20-
Make sure you have Ruby and Postgres installed in your environment. Double check in the [Gemfile](../blob/main/Gemfile) for the exact supported version. This is a Rails 7 app and uses bundler to install all required gems. We are also making the assumption that you're familiar with how Rails apps are setup and deployed. If this is not the case then you'll want to refer to documentation that will bridge any gaps in the instructions below.
20+
Make sure you have Ruby and Postgres installed in your environment. Double check in the [Gemfile](../blob/main/Gemfile) for the exact supported version. This is a Rails 8 app and uses bundler to install all required gems. We are also making the assumption that you're familiar with how Rails apps are setup and deployed. If this is not the case then you'll want to refer to documentation that will bridge any gaps in the instructions below.
2121

2222
Run [bin/setup](bin/setup) script to install gem dependencies and setup database for development.
2323

0 commit comments

Comments
 (0)