Skip to content

Commit

Permalink
Merge pull request #859 from airblade/redundant_dependency
Browse files Browse the repository at this point in the history
Remove explicit dependency on activesupport
  • Loading branch information
jaredbeck committed Sep 4, 2016
2 parents 781dea4 + 79d8464 commit fd7756b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paper_trail.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.9.3"

s.add_dependency "activerecord", [">= 3.0", "< 6.0"]
s.add_dependency "activesupport", [">= 3.0", "< 6.0"]
s.add_dependency "request_store", "~> 1.1"

s.add_development_dependency "appraisal", "~> 2.1"
Expand Down

0 comments on commit fd7756b

Please sign in to comment.