Skip to content

Commit 33bd874

Browse files
author
Rob Florence
committed
remove 1.0.0.pre requirement
1 parent 7a79b27 commit 33bd874

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

activeadmin-globalize.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.files = Dir['{app,config,db,lib}/**/*'] + %w(MIT-LICENSE README.md)
1717

18-
s.add_dependency 'activeadmin', '~> 1.0.0.pre'
18+
s.add_dependency 'activeadmin'
1919
# Try to support rails from 3.2 up to 4.2.x
2020
s.add_dependency 'globalize', '>= 3.1.0', '< 6.0'
2121

@@ -25,4 +25,3 @@ Gem::Specification.new do |s|
2525
# Other development dependencies moved into Gemfile
2626

2727
end
28-

0 commit comments

Comments
 (0)