Skip to content

Commit

Permalink
chore: upgrade gemfile and make it ready to run on latest ruby and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Mar 17, 2024
1 parent ad4aa1a commit c0b47f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.0"
gem "jekyll", "~> 4.3.3"
gem "jekyll-paginate"
gem "jekyll-gist"
gem 'jekyll-feed'
gem "json"
gem "rouge"
gem "csv"
gem "base64"
gem "bigdecimal"
gem "sassc", "~> 2.3.0"
gem 'jekyll-compose', group: [:jekyll_plugins]

0 comments on commit c0b47f5

Please sign in to comment.