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
eaacc0b1
Unverified
Commit
eaacc0b1
authored
Feb 03, 2022
by
David Padilla
Committed by
GitHub
Feb 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loosen activerecord restriction to work with rails 7 (#912)
parent
ecf70d8f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
annotate.gemspec
annotate.gemspec
+1
-1
Gemfile.lock
spec/integration/rails_5.2.4.1/Gemfile.lock
+1
-1
Gemfile
spec/integration/rails_6.0.2.1/Gemfile
+1
-1
Gemfile.lock
spec/integration/rails_6.0.2.1/Gemfile.lock
+5
-5
No files found.
annotate.gemspec
View file @
eaacc0b1
...
...
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s
.
specification_version
=
4
if
s
.
respond_to?
:specification_version
s
.
add_runtime_dependency
(
%q<rake>
,
'>= 10.4'
,
'< 14.0'
)
s
.
add_runtime_dependency
(
%q<activerecord>
,
[
'>= 3.2'
,
'<
7
.0'
])
s
.
add_runtime_dependency
(
%q<activerecord>
,
[
'>= 3.2'
,
'<
8
.0'
])
s
.
metadata
=
{
"bug_tracker_uri"
=>
"https://github.com/ctran/annotate_models/issues/"
,
...
...
spec/integration/rails_5.2.4.1/Gemfile.lock
View file @
eaacc0b1
...
...
@@ -2,7 +2,7 @@ PATH
remote: ../../..
specs:
annotate (3.1.1)
activerecord (>= 3.2, <
7
.0)
activerecord (>= 3.2, <
8
.0)
rake (>= 10.4, < 14.0)
GEM
...
...
spec/integration/rails_6.0.2.1/Gemfile
View file @
eaacc0b1
...
...
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
# Use sqlite3 as the database for Active Record
gem
'sqlite3'
,
'~> 1.4'
# Use Puma as the app server
gem
'puma'
,
'~>
4.3
'
gem
'puma'
,
'~>
5.6.1
'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem
'jbuilder'
,
'~> 2.7'
# Use Redis adapter to run Action Cable in production
...
...
spec/integration/rails_6.0.2.1/Gemfile.lock
View file @
eaacc0b1
...
...
@@ -2,7 +2,7 @@ PATH
remote: ../../..
specs:
annotate (3.1.1)
activerecord (>= 3.2, <
7
.0)
activerecord (>= 3.2, <
8
.0)
rake (>= 10.4, < 14.0)
GEM
...
...
@@ -82,7 +82,7 @@ GEM
concurrent-ruby (1.1.8)
crass (1.0.6)
erubi (1.10.0)
ffi (1.1
2.2
)
ffi (1.1
5.5
)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.10)
...
...
@@ -113,7 +113,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
public_suffix (4.0.3)
puma (
4.3.5
)
puma (
5.6.1
)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
...
...
@@ -146,7 +146,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rake (13.0.3)
rb-fsevent (0.1
0.3
)
rb-fsevent (0.1
1.0
)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.6.0)
...
...
@@ -193,7 +193,7 @@ DEPENDENCIES
capybara (>= 2.15)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
puma (~>
4.3
)
puma (~>
5.6.1
)
rails (~> 6.0.2, >= 6.0.2.1)
selenium-webdriver
sqlite3 (~> 1.4)
...
...
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