Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Aug 31, 2021
1 parent 77a585b commit a296477
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions portfolyou-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll", "~> 3.9"
spec.add_runtime_dependency "jekyll-default-layout", "~> 0.1.4"
spec.add_runtime_dependency "jekyll-gist", "~> 1.5"
spec.add_runtime_dependency "jekyll-github-metadata", "~> 2.12"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
spec.add_runtime_dependency "jemoji", "~> 0.11"

spec.add_runtime_dependency "jekyll-github-metadata", "~> 2.13"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.2.1"
spec.add_runtime_dependency "jemoji", "~> 0.12"
spec.add_runtime_dependency "kramdown", "~> 2.3.1"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1.0"
end
3 changes: 3 additions & 0 deletions test/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ source "https://rubygems.org"

gemspec :path => "../"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

# For LiveReload: https://robbinespu.gitlab.io/posts/jekyll-unable-load-eventmachine/
gem 'eventmachine', '1.2.7', github: 'eventmachine/eventmachine', tag: 'v1.2.7'

0 comments on commit a296477

Please sign in to comment.