Skip to content

Commit

Permalink
fix build (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Aug 15, 2024
1 parent e9689ea commit 1aa1118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ source 'https://rubygems.org'

gem "jekyll", "~> 3.10"
gem 'jekyll-tabs'
gem 'public_suffix', '~> 6.0'
gem 'concurrent-ruby', '~> 1.3'
gem 'rexml', '~> 3.3'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
concurrent-ruby (~> 1.3)
jekyll (~> 3.10)
jekyll-tabs
public_suffix (~> 6.0)
rexml (~> 3.3)

BUNDLED WITH
2.5.17

0 comments on commit 1aa1118

Please sign in to comment.