Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.20
-
None
-
OS X 10.10
Description
Having rspec as a "runtime dependency" for buildr is blocking us from updating rspec. Since using buildr's rspec support is optional and we don't use it, but use rspec directly ourselves this prevents us from upgrading rspec in our codebase due to version conflicts since we include buildr in our Gemfile.
I think it makes sense to ask users to include rspec separately in their Gemfile and control the correct version required to make use of buildr's rspec support if that want to use that feature of buildr. But this shouldn't block those of us who don't use buildr from upgrading our independent rspec dependencies.