Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored May 29, 2024
1 parent eddd462 commit 60a38ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
source 'https://rubygems.org'

gem "jekyll", "4.1.1"
gem "thin", ">=1.8.0"
gem "jekyll", "4.3.3"
gem "rack", ">= 2.2.3"
gem "sassc", ">2.0.1"
gem "kramdown-parser-gfm"
gem 'jekyll-scholar'
gem "webrick", "~> 1.7"
gem "csv"
gem "base64"
gem "bigdecimal"
gem "observer"

0 comments on commit 60a38ce

Please sign in to comment.