Skip to content

Commit

Permalink
Merge pull request sujaykundu777#183 from sujaykundu777/sk/octFixes
Browse files Browse the repository at this point in the history
update jekyll-feed gem
  • Loading branch information
sujaykundu777 authored Oct 20, 2022
2 parents 0d79d11 + f7f85c6 commit 41fb346
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'puma'
group :jekyll_plugins do
# gem 'devlopr', '~> 0.4.5'
gem 'jgd', '~> 1.12'
gem 'jekyll-feed', '~> 0.16.0'
gem 'jekyll-feed', '~> 0.17.0'
gem 'jekyll-paginate', '~> 1.1.0'
gem 'jekyll-gist', '~> 1.5.0'
gem 'jekyll-seo-tag', '~> 2.8.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
jekyll (>= 3.7, < 5.0)
sinatra (>= 1.4)
sinatra-contrib (>= 1.4)
jekyll-feed (0.16.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
puma (5.6.5)
puma (6.0.0)
nio4r (~> 2.0)
rack (2.2.4)
rack-protection (3.0.2)
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
trollop (2.9.9)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.4)
tzinfo-data (1.2022.5)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
Expand All @@ -125,7 +125,7 @@ DEPENDENCIES
faraday-retry
jekyll (~> 4.2.2, >= 4.1.1)
jekyll-admin (~> 0.11.1)
jekyll-feed (~> 0.16.0)
jekyll-feed (~> 0.17.0)
jekyll-gist (~> 1.5.0)
jekyll-paginate (~> 1.1.0)
jekyll-seo-tag (~> 2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_runtime_dependency "jekyll-sitemap", '~> 1.4.0'
spec.add_runtime_dependency "jekyll-feed", '~> 0.13.0'
spec.add_runtime_dependency "jekyll-feed", '>= 0.13', '< 0.18'
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.6.1'
spec.add_runtime_dependency "jekyll-paginate", '~> 1.1.0'
spec.add_runtime_dependency "jekyll-gist", '~> 1.5.0'
Expand Down

0 comments on commit 41fb346

Please sign in to comment.