Skip to content

Commit

Permalink
fix nested_form version dependency. (0.X.Y, X>2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenezech committed Dec 5, 2012
1 parent 4616200 commit 4cefb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_admin.gemspec
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/rails_admin/version', __FILE__)

Gem::Specification.new do |spec|
# If you add a dependency, please maintain alphabetical order
spec.add_dependency 'nested_form', '> 0.2.3', '< 0.4.0'
spec.add_dependency 'nested_form', '~> 0.2'
spec.add_dependency 'sass-rails', '~> 3.1'
spec.add_dependency 'bootstrap-sass', '~> 2.1'
spec.add_dependency 'font-awesome-sass-rails', '~> 2.0'
Expand Down

0 comments on commit 4cefb6b

Please sign in to comment.