Skip to content

Commit

Permalink
Update github-pages requirement from ~> 231 to ~> 232 (#158)
Browse files Browse the repository at this point in the history
* Update github-pages requirement from ~> 231 to ~> 232

Updates the requirements on [github-pages](https://github.com/github/pages-gem) to permit the latest version.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](github/pages-gem@v231...v232)

---
updated-dependencies:
- dependency-name: github-pages
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Gemfile

* Create .ruby-version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean Killeen <[email protected]>
  • Loading branch information
dependabot[bot] and SeanKilleen authored Aug 12, 2024
1 parent 298cfb8 commit 1479ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.4
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'jekyll', '>= 3.9.5'
gem 'github-pages', '~> 231'
gem 'jekyll', '>= 3.10.0'
gem 'github-pages', '~> 232'
gem 'yajl-ruby', '>= 1.4.1'
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
gem 'solargraph'

0 comments on commit 1479ac5

Please sign in to comment.