Skip to content

Commit

Permalink
Add webrick to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Jul 22, 2021
1 parent bfb38e9 commit 9486141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -27,9 +27,11 @@ jobs:
steps:
- checkout
- restore_cache:
key: gem-{{ arch }}-{{ checksum "Gemfile" }}
keys:
- gem-{{ arch }}-{{ checksum "Gemfile" }}
- gem-{{ arch }}-
- run: |
gem install bundler webrick
gem install bundler
bundle config set path vendor/bundle
bundle update
- save_cache:
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec

gem "webrick"

0 comments on commit 9486141

Please sign in to comment.