Skip to content

Commit

Permalink
Drop support for Ruby 2.2.x (#60)
Browse files Browse the repository at this point in the history
Merge pull request 60
  • Loading branch information
ashmaroli authored and jekyllbot committed Apr 30, 2018
1 parent 14a8e0b commit bb70539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-mentions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.0"

s.add_dependency "activesupport", "~> 4.0"
s.add_dependency "activesupport", ">= 4.2.9", "< 6.0"
s.add_dependency "html-pipeline", "~> 2.3"
s.add_dependency "jekyll", "~> 3.0"

Expand Down

0 comments on commit bb70539

Please sign in to comment.