You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Trying to bundle the project today, got an error with nokogiri 1.7.2, nokogiri requires Ruby version < 2.4, >= 2.1.0. - mine was 2.4.1+. Looking here I saw that nokogiri has already a version supporting my Ruby's version (1.8.0), and I fixed it by updating the bundlegithub-pages, as mentioned here.
Can someone update it there?
bundle update github-pages
I just didn't send an updated Gemfile.lock by PR 'cause I'm on Windows, and I don't know if the x64-mingw32 mentions there will impact anywhere somehow. Cheers, thanks for the repo, good work. =)
The text was updated successfully, but these errors were encountered:
Hello. Trying to
bundle
the project today, got an error withnokogiri 1.7.2
,nokogiri requires Ruby version < 2.4, >= 2.1.0.
- mine was2.4.1+
. Looking here I saw thatnokogiri
has already a version supporting my Ruby's version (1.8.0
), and I fixed it by updating thebundle
github-pages
, as mentioned here.Can someone update it there?
I just didn't send an updated
Gemfile.lock
by PR 'cause I'm on Windows, and I don't know if thex64-mingw32
mentions there will impact anywhere somehow. Cheers, thanks for the repo, good work. =)The text was updated successfully, but these errors were encountered: