Skip to content

Commit

Permalink
open up dependencies upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Zumkehr committed Mar 29, 2012
1 parent cdb3f6a commit c12370d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry_crud.gemspec
Expand Up @@ -16,7 +16,7 @@ DRY_CRUD_GEMSPEC = Gem::Specification.new do |spec|
Generates simple and extendable controller, views and helpers that support you to DRY up the CRUD code in your Rails project. Start with these elements and build a clean base to efficiently develop your application upon.
END

spec.add_dependency 'rails', '=> 3.2'
spec.add_dependency 'rails', '>= 3.2'

readmes = FileList.new('*') do |list|
list.exclude(/(^|[^.a-z])[a-z]+/)
Expand Down

0 comments on commit c12370d

Please sign in to comment.