Skip to content

Commit

Permalink
Support Rails 6 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored and ctran committed Jan 25, 2019
1 parent 1992120 commit b249e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.6.0
- ruby-head
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion annotate.gemspec
Expand Up @@ -44,5 +44,5 @@ Gem::Specification.new do |s|

s.specification_version = 4 if s.respond_to? :specification_version
s.add_runtime_dependency(%q<rake>, ['>= 10.4', '< 13.0'])
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 6.0'])
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0'])
end

0 comments on commit b249e8a

Please sign in to comment.