Skip to content

Commit

Permalink
Winter 2022 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat McKernin committed Feb 22, 2022
1 parent 48a4828 commit 2f456bc
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 147 deletions.
12 changes: 7 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
image: jelaniwoods/appdev2021-very-best-debug@sha256:ba0e76c9121412ee5366011b090740c21538c1c19ffc29929c66372d1eaa0984
image: patrickmckernin/verybestdebug2022winter

tasks:
- command: bundle install
- init: bin/setup
ports:
- port: 3000
onOpen: open-preview
visibility: public
- port: 9515
onOpen: ignore


vscode:
extensions:
- shd101wyy.markdown-preview-enhanced
- wingrunr21.vscode-ruby
- vortizhe.simple-ruby-erb
- mbessey.vscode-rufo
- aliariff.vscode-erb-beautify

10 changes: 0 additions & 10 deletions .theia/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ RUN sudo mv chromedriver /usr/bin/chromedriver
RUN sudo chown root:root /usr/bin/chromedriver
RUN sudo chmod +x /usr/bin/chromedriver

RUN /bin/bash -l -c "gem install htmlbeautifier"
RUN /bin/bash -l -c "gem install rufo"
COPY Gemfile /base-rails/Gemfile
COPY --chown=gitpod:gitpod Gemfile.lock /base-rails/Gemfile.lock
RUN /bin/bash -l -c "gem install bundler:2.1.4"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ group :development do
gem 'binding_of_caller'
gem 'draft_generators', github: 'firstdraft/draft_generators', branch: 'winter-2020'
gem 'rails_db', '2.3.1'
gem 'rufo'
gem 'htmlbeautifier'
end

group :test do
Expand Down
Loading

0 comments on commit 2f456bc

Please sign in to comment.