Navigation Menu

Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
- rspec ~> M.m.0 (3 digits instead of 2)
- rails gems >= 3.0.0 (not ~> 3.0.0)
  • Loading branch information
dchelimsky committed Nov 29, 2010
1 parent db88d25 commit e700858
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rspec-rails.gemspec
Expand Up @@ -57,9 +57,9 @@ Gem::Specification.new do |s|
**************************************************
}

s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<railties>, ["~> 3.0.0"])
s.add_runtime_dependency "rspec", "~> #{RSpec::Rails::Version::STRING.split('.')[0..1].join('.')}"
s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0"])
s.add_runtime_dependency(%q<actionpack>, [">= 3.0.0"])
s.add_runtime_dependency(%q<railties>, [">= 3.0.0"])
s.add_runtime_dependency "rspec", "~> #{RSpec::Rails::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
end

0 comments on commit e700858

Please sign in to comment.