Skip to content

Commit

Permalink
Add gem dependency on rails ~> 3.0.0
Browse files Browse the repository at this point in the history
- Closes #267.
  • Loading branch information
dchelimsky committed Nov 22, 2010
1 parent 8b910e4 commit 5314708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Gem::Specification.new do |s|
**************************************************
}

s.add_runtime_dependency "rails", "~> 3.0.0"
s.add_runtime_dependency "rspec", "~> #{RSpec::Rails::Version::STRING.split('.')[0..1].join('.')}"
end

0 comments on commit 5314708

Please sign in to comment.