Skip to content

Commit eb0bf9f

Browse files
committed
Merge branch 'activemodel' into 2-14-maintenance
2 parents ecc9439 + cedce12 commit eb0bf9f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Bug fixes
88
* Where possible, check against the version of ActiveRecord, rather than
99
Rails. It is possible to use some of rspec-rails without all of Rails.
1010
(Darryl Pogue)
11+
* Explicitly depends on `activemodel`. This allows libraries that do not bring
12+
in all of `rails` to use `rspec-rails`. (John Firebaugh)
1113

1214
### 2.14.0 / 2013-07-06
1315
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.14.0.rc1...v2.14.0)

rspec-rails.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
2222
s.require_path = "lib"
2323

2424
s.add_runtime_dependency(%q<activesupport>, [">= 3.0"])
25+
s.add_runtime_dependency(%q<activemodel>, [">= 3.0"])
2526
s.add_runtime_dependency(%q<actionpack>, [">= 3.0"])
2627
s.add_runtime_dependency(%q<railties>, [">= 3.0"])
2728
%w[core expectations mocks].each do |name|

0 commit comments

Comments
 (0)