Skip to content

Commit

Permalink
Merge branch 'main' into marketplace-square-order-model
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman committed Oct 28, 2023
2 parents 1699ee5 + 91bc6b7 commit 37ac3e2
Show file tree
Hide file tree
Showing 65 changed files with 1,138 additions and 843 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

PORT=3000
# Used to build URLs in mailers
APP_ROOT_URL=http://localhost:3000
APP_ROOT_URL=http://127.0.0.1:3000
EMAIL_DEFAULT_FROM='Neighborhood Support <[email protected]>'

# Ensures the data in our database is fully encrypted
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-convene-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node with cache
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install Node dependencies
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Setup Node with cache
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Allow Ruby process to access port 80
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Setup Node with cache
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install Firefox
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
run: |
# To wait for asset built
# TODO: Start server in production mode
curl --connect-timeout 5 --retry 5 --retry-delay 5 --retry-max-time 40 --retry-connrefused localhost:3000 1> /dev/null
curl --connect-timeout 5 --retry 5 --retry-delay 5 --retry-max-time 60 --retry-connrefused localhost:3000 1> /dev/null
yarn run test
- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand All @@ -238,7 +238,7 @@ jobs:
- name: Setup Node with cache
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install Node dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
18.18.0
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ Style/TrailingCommaInArrayLiteral:
Rails/CreateTableWithTimestamps:
Exclude:
- db/schema.rb

Capybara/ClickLinkOrButtonStyle:
EnforcedStyle: link_or_button
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem "rswag-ui"
# Allows us to render .markdown.erb files
gem "redcarpet", "~> 3.6"
# Breadcrumbs!
gem "gretel", "~> 4.5"
gem "gretel", "~> 4.6"
# Better UI components
gem "lookbook", ">= 2.0.0.beta.4"
gem "view_component", "~> 3.6"
Expand Down
Loading

0 comments on commit 37ac3e2

Please sign in to comment.