Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Sep 6, 2012
1 parent f5aeb78 commit 5ba91d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rspec-apotomo.gemspec
Expand Up @@ -15,9 +15,9 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"] gem.require_paths = ["lib"]
gem.version = Rspec::Apotomo::VERSION gem.version = Rspec::Apotomo::VERSION


gem.add_runtime_dependency('rails', ['>= 3.0']) gem.add_runtime_dependency('rails', '>= 3.0')
gem.add_runtime_dependency('rspec-rails', ['~> 2.6']) gem.add_runtime_dependency('rspec-rails', '>= 2.6')
gem.add_runtime_dependency('apotomo', ['>= 1.1.4']) gem.add_runtime_dependency('apotomo', '>= 1.1.4')


gem.add_development_dependency('capybara') gem.add_development_dependency('capybara')
gem.add_development_dependency('generator_spec') gem.add_development_dependency('generator_spec')
Expand Down

0 comments on commit 5ba91d7

Please sign in to comment.