Skip to content

Commit

Permalink
More relaxed version specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed May 7, 2014
1 parent b66afa6 commit 766430b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firefly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]

s.add_dependency "rails", "~> 4.0.0"
s.add_dependency 'sass-rails', '~> 4.0.0'
s.add_dependency 'haml-rails', '~> 0.4'
s.add_dependency "rails", ">= 4.0.0"
s.add_dependency 'sass-rails', '>= 4.0.0'
s.add_dependency 'haml-rails', '>= 0.4'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'capybara'
s.add_development_dependency 'capybara-webkit'
Expand Down

0 comments on commit 766430b

Please sign in to comment.