Skip to content

Commit

Permalink
Updating ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
yusif-razzaq committed Jan 24, 2025
1 parent d8d4a0d commit 573520e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/.github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
- name: Update Bundler
run: gem install bundler

- name: Clean Environment
run: |
bundle config --delete frozen
bundle config unset deployment
rm -rf vendor/bundle
- name: Install Dependencies
run: bundle install --jobs=4

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
gem 'csv'
gem 'logger'

gem 'base64', require: false
group :jekyll_plugins do
gem 'jekyll-scholar'
gem 'webrick', '~> 1.7'
Expand Down

0 comments on commit 573520e

Please sign in to comment.