Skip to content

Commit 4f25761

Browse files
author
Mattia Roccoberton
committed
feat: change ActiveAdmin dependency version range
1 parent 0af9274 commit 4f25761

7 files changed

+7
-7
lines changed

activeadmin_dynamic_fields.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.files = Dir['{app,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
2222
spec.require_paths = ['lib']
2323

24-
spec.add_runtime_dependency 'activeadmin', '~> 2.0'
24+
spec.add_runtime_dependency 'activeadmin', '>= 2.0', '< 4'
2525

2626
spec.add_development_dependency 'appraisal', '~> 2.4'
2727
end

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails60_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails60_activeadmin22.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
activeadmin_dynamic_fields (0.7.0)
5-
activeadmin (~> 2.0)
5+
activeadmin (>= 2.0, < 4)
66

77
GEM
88
remote: https://rubygems.org/

0 commit comments

Comments
 (0)