Skip to content

Commit

Permalink
Added a reminder in the readme for Mac Users to set the SLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bustead committed Sep 11, 2023
1 parent 11ad37b commit b56832a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -1676,6 +1678,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.4-arm64-darwin)
sqlite3 (1.6.4-x86_64-linux)
stimulus-rails (1.2.2)
railties (>= 6.0.0)
Expand Down Expand Up @@ -1714,6 +1717,7 @@ GEM
zeitwerk (2.6.11)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ To vote, please visit our [Feature Voting Page (coming soon)](#).

4. Create and migrate the database.

On a mac it may be necessary to first use this line
`export NODE_OPTIONS=--openssl-legacy-provider` in order for the rails to compile properly

```bash
rails db:create db:migrate db:seed
rails assets:precompile
Expand Down

0 comments on commit b56832a

Please sign in to comment.