Skip to content

Commit

Permalink
Remove explicit dependency on activesupport
Browse files Browse the repository at this point in the history
activerecord depends on activesupport, so there's no need for us
to explicitly depend on it.
  • Loading branch information
jaredbeck committed Sep 4, 2016
1 parent 781dea4 commit 79d8464
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 79d8464

Please sign in to comment.