Skip to content

Commit

Permalink
Revert changes; change bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jan 15, 2024
1 parent afe936c commit a46e6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '2.7'

- uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Install bundler
run: gem install bundler
run: gem install bundler -v 2.4.22

- name: Configure Jekyll
if: matrix.jekyll-versions != '(GitHub Pages)'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
source 'https://rubygems.org'

gem "webrick"

0 comments on commit a46e6eb

Please sign in to comment.