Skip to content

Commit 9250cf6

Browse files
committed
loosen activeadmin restriction to allow 2.0
1 parent 9404671 commit 9250cf6

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
@@ -13,6 +13,7 @@ env:
1313
- RAILS=5.1.0 AA=1.2.1
1414
- RAILS=5.2.1 AA=1.3.1
1515
- RAILS=5.2.1 AA=1.4.0
16+
- RAILS=5.2.1 AA=2.0
1617
rvm:
1718
- 2.3
1819
- 2.5

active_admin_datetimepicker.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]
2121

22-
spec.add_dependency "activeadmin", "~> 1.1"
22+
spec.add_dependency "activeadmin", ">= 1.1", "< 3.a"
2323
spec.add_dependency "xdan-datetimepicker-rails", "~> 2.5.4"
2424
end

0 commit comments

Comments
 (0)