Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
Deprecation this is no longer needed on rails 5.0+
  • Loading branch information
adis-io committed Jul 23, 2016
1 parent 3ca4497 commit 9ba92c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_after_commit.gemspec
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new name, TestAfterCommit::VERSION do |s|
s.license = 'MIT'

s.required_ruby_version = '>= 2.0.0'
s.add_runtime_dependency "activerecord", ">= 3.2"

s.add_runtime_dependency "activerecord", [">= 3.2", "< 5.0"]
s.add_development_dependency "wwtd"
s.add_development_dependency "bump"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 9ba92c1

Please sign in to comment.