Skip to content

Commit

Permalink
Merge pull request #144 from Agilefreaks/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies so it's compatible with jekyll 4
  • Loading branch information
benbalter authored Nov 27, 2019
2 parents dc49f01 + 2b9694b commit 30c4f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "activesupport", "~> 4.0"
s.add_dependency "activesupport", "~> 5.0"
s.add_dependency "colorator", "~> 1.0"
s.add_dependency "dotenv", "~> 2.0"
s.add_dependency "jekyll", "~> 3.0"
s.add_dependency "jekyll", "~> 4.0"
s.add_dependency "mercenary", "~> 0.3"
s.add_dependency "rack", "~> 1.6"
s.add_dependency "rack-protection", "~> 1.5", ">= 1.5.5"
Expand Down

0 comments on commit 30c4f33

Please sign in to comment.