Skip to content

Commit

Permalink
Merge pull request #256 from GSA/staging
Browse files Browse the repository at this point in the history
Complete ECASOGP-13498
  • Loading branch information
yogitabholwankar authored Oct 22, 2024
2 parents 01a8405 + c0ed4a8 commit fd44210
Show file tree
Hide file tree
Showing 4 changed files with 4,025 additions and 3,525 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "jekyll", "~> 4.3.4"
gem "execjs", "2.7.0" # https://github.com/rails/execjs/issues/99
gem "mini_racer"
gem "autoprefixer-rails"
gem "webrick" # not included in jekyll directly until 4.3.0 https://github.com/jekyll/jekyll/pull/8524
gem 'webrick', '~> 1.8'# not included in jekyll directly until 4.3.0 https://github.com/jekyll/jekyll/pull/8524

# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7"
Expand All @@ -27,4 +27,6 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "html-proofer", "~> 3.15"
gem "kramdown-parser-gfm"
gem 'webrick'
gem 'webrick', '~> 1.8'
gem 'sass-embedded', '~> 1.80'

5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
rexml (3.3.8)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.80.1)
sass-embedded (1.80.3)
google-protobuf (~> 4.28)
rake (>= 13)
sprockets (3.7.5)
Expand Down Expand Up @@ -128,9 +128,10 @@ DEPENDENCIES
jekyll-sitemap
kramdown-parser-gfm
mini_racer
sass-embedded (~> 1.80)
sprockets (~> 3.7)
tzinfo-data
webrick
webrick (~> 1.8)

RUBY VERSION
ruby 3.1.3p185
Expand Down
Loading

0 comments on commit fd44210

Please sign in to comment.