You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The CFP App does not provide a public facing website for your conference, though
17
17
* PostgreSQL 14.1 or higher
18
18
* Google Chrome browser must be installed to run tests
19
19
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.
21
21
22
22
Run [bin/setup](bin/setup) script to install gem dependencies and setup database for development.
0 commit comments