Skip to content

Commit 997d74c

Browse files
committed
Remove Gemfile from demo/
1 parent c3399fb commit 997d74c

5 files changed

Lines changed: 10 additions & 352 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# run: |
2727
# bundle exec danger
2828
- name: Rubocop
29-
run: bundle exec rubocop --autocorrect
29+
run: rubocop --autocorrect
3030
Test:
3131
runs-on: ubuntu-latest
3232
strategy:
@@ -44,7 +44,7 @@ jobs:
4444
ruby-version: ${{ matrix.ruby-version }}
4545
bundler-cache: true
4646
- name: Run tests
47-
run: bundle exec rake test
47+
run: rake test
4848
Demo:
4949
runs-on: ubuntu-latest
5050
steps:
@@ -57,7 +57,7 @@ jobs:
5757
ruby-version: 3.4.2
5858
- name: Run tests
5959
working-directory: demo
60-
run: bundle exec rake test:all
60+
run: rake test:all
6161
# - name: Commit changed screenshots and other files
6262
# if: failure()
6363
# working-directory: demo

demo/Gemfile

Lines changed: 0 additions & 32 deletions
This file was deleted.

demo/Gemfile.lock

Lines changed: 0 additions & 313 deletions
This file was deleted.

demo/Procfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
web: bundle exec bin/rails server -b 0.0.0.0
1+
web: bin/rails server -b 0.0.0.0
22
js: yarn build --watch
33
css: yarn build:css --watch

0 commit comments

Comments
 (0)