Skip to content

Commit

Permalink
bump ruby to be compatible with latest GitHub Pages build
Browse files Browse the repository at this point in the history
deps
  • Loading branch information
fulldecent committed Apr 4, 2023
1 parent 307d3b4 commit 45a1f65
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@08245253a76fa4d1e459b7809579c62bd9eb718a
with:
ruby-version: 2.6.0
ruby-version: 2.7.0
bundler-cache: true

- name: Build Website
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ gem "minima", "~> 2.0"

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.11"
gem "github-pages", "206"
gem "jekyll-feed", "~> 0.15.1"
gem "github-pages", "228"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -22,6 +22,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "html-proofer", '>=3.3.1'
gem "html-proofer", '>=4.4.3'

gem "eip_validator", ">=0.8.2"
Loading

0 comments on commit 45a1f65

Please sign in to comment.