Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added refinerycms-settings to the required dependencies for a form ex…
…tension.
  • Loading branch information
parndt committed Feb 28, 2012
1 parent e9a165e commit e022e28
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -11,8 +11,9 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["readme.md"]

# Runtime dependencies
s.add_dependency 'refinerycms-core', '~> <%= Refinery::Version %>'
s.add_dependency 'refinerycms-core', '~> <%= Refinery::Version %>'
s.add_dependency 'refinerycms-settings', '~> 2.0.0'

# Development dependencies (usually used for testing)
s.add_development_dependency 'refinerycms-testing', '~> <%= Refinery::Version %>'
s.add_development_dependency 'refinerycms-testing', '~> <%= Refinery::Version %>'
end

0 comments on commit e022e28

Please sign in to comment.