Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
b249e8ab
Commit
b249e8ab
authored
Jan 25, 2019
by
Miklós Fazekas
Committed by
Cuong Tran
Jan 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support Rails 6 (#595)
parent
1992120e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
annotate.gemspec
annotate.gemspec
+1
-1
No files found.
.travis.yml
View file @
b249e8ab
...
...
@@ -4,6 +4,7 @@ rvm:
-
2.2.7
-
2.3.4
-
2.4.1
-
2.6.0
-
ruby-head
matrix
:
allow_failures
:
...
...
annotate.gemspec
View file @
b249e8ab
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment