Skip to content

Commit

Permalink
move versioning before jekyll download
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Jun 3, 2024
1 parent 0501003 commit f390640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/ruby_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ rvm use 2.7.6 --default
echo "Ruby version:"
echo `ruby -v`

gem install ffi -v 1.17.0
gem install jekyll -v 3.8.6
gem install jekyll-assets -v 2.4.0
gem install jekyll-multiple-languages-plugin
gem install bundler -v 2.4.22
gem install faraday -v 2.8.1
gem install faraday-net_http -v 3.0.2
gem install ffi -v 1.17.0
gem install jekyll-feed jekyll-asciidoc jekyll-include-cache coderay octokit

timer_end=$(date +%s)
Expand Down

0 comments on commit f390640

Please sign in to comment.