Skip to content

Commit

Permalink
Merge branch 'main' into eligibility.-transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbain authored Jan 16, 2024
2 parents 14c2d2f + d3bc2fb commit cbbfd31
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 218 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.9"
gem "execjs", "2.7.0" # https://github.com/rails/execjs/issues/99
gem "autoprefixer-rails"
gem "sprockets", "~> 3.7"
gem "sprockets", "~> 4.0"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem 'nokogiri', '~> 1.15', '>= 1.15.5'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
typhoeus (1.4.1)
Expand All @@ -116,7 +116,7 @@ DEPENDENCIES
jekyll-sitemap
kramdown-parser-gfm (~> 1.1.0)
nokogiri (~> 1.15, >= 1.15.5)
sprockets (~> 3.7)
sprockets (~> 4.0)
tzinfo-data
webrick (~> 1.8)

Expand Down
Loading

0 comments on commit cbbfd31

Please sign in to comment.