Skip to content

Commit

Permalink
ajustes funcionamiento en mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mpayeras committed Dec 4, 2023
1 parent a5cf63a commit 6dcdd41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

gem "bundler"
gem "jekyll"
gem "jekyll-assets", "~> 3.0.12"
gem "jekyll-assets"
gem "jekyll-seo-tag"
gem "kramdown-parser-gfm"
# gem "kramdown"
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minitest (5.20.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -96,15 +98,16 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-linux
universal-darwin-19

DEPENDENCIES
bundler
jekyll
jekyll-assets (~> 3.0.12)
jekyll-assets
jekyll-seo-tag
kramdown-parser-gfm
tzinfo-data
webrick

BUNDLED WITH
2.3.26
2.3.9

0 comments on commit 6dcdd41

Please sign in to comment.