Skip to content

Commit

Permalink
Allow for newer ActiveSupport (for Rails 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Robinson committed Jul 19, 2016
1 parent 56d79ff commit bf08dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline_svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "rspec_junit_formatter", "0.2.2"

spec.add_runtime_dependency "activesupport", "~> 4.0"
spec.add_runtime_dependency "activesupport", ">= 4.0"
spec.add_runtime_dependency "nokogiri", "~> 1.6", '~> 1.6'
spec.add_runtime_dependency "loofah", ">= 2.0"
end

0 comments on commit bf08dc1

Please sign in to comment.