Skip to content

Commit

Permalink
Revert "Bump nokogiri from 1.14.3 to 1.16.2" and pin bundler version (#…
Browse files Browse the repository at this point in the history
…50)

* Revert "Bump nokogiri from 1.14.3 to 1.16.2 (#49)"

This reverts commit 8922b3c.

* pin bundler version after nokogiri broke build
  • Loading branch information
ConorSheehan1 authored Feb 15, 2024
1 parent 8922b3c commit 7a438ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
# jekyll_src: './' # Default is root directory
# jekyll_cfg: '_config.yml' # Default is _config.yml
# jekyll_baseurl: 'https://conorsheehan1.github.io/' # Default is according to _config.yml
# bundler_ver: '>=0' # Default is latest bundler version
bundler_ver: '==2.1.4' # Default is latest bundler version
# fix after broken nokogiri, see #50
# cname: '' # Default is to not use a cname
# actor: '' # Default is the GITHUB_ACTOR
# pre_build_commands: '' # Installing additional dependencies (Arch Linux)
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
gem install bundler -v 2.1.4
bundle config path vendor/bundle
bundle install
- name: Start jekyll
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_mime (1.1.2)
mini_portile2 (2.8.5)
mini_portile2 (2.8.2)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
multipart-post (2.3.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nuggets (1.6.1)
octokit (4.25.1)
Expand All @@ -238,7 +238,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.7.3)
racc (1.6.2)
rack (3.0.7)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down

0 comments on commit 7a438ed

Please sign in to comment.