Skip to content

Commit b249e8a

Browse files
mfazekasctran
authored andcommitted
Support Rails 6 (#595)
1 parent 1992120 commit b249e8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rvm:
44
- 2.2.7
55
- 2.3.4
66
- 2.4.1
7+
- 2.6.0
78
- ruby-head
89
matrix:
910
allow_failures:

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Gem::Specification.new do |s|
4444

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

0 commit comments

Comments
 (0)