-
Notifications
You must be signed in to change notification settings - Fork 92
Upgrade to 1.0.1 breaks my app #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should check the updated doc before filing an issue. |
@mbusch Thanks for the quick response. Admittedly, I wasn't looking. |
Hey @awendt, I think you're right about the |
* move development dependencies to Gemfile * use bundler's platform directive to specify ruby version dependency differences * promote SimpleCov to a runtime depenency Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
* Promote SimpleCov to a runtime depenency * Extract ruby 1.9 dependencies to separate Gemfile Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
* Promote SimpleCov to a runtime depenency * Extract ruby 1.9 dependencies to separate Gemfile Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
* Promote SimpleCov to a runtime depenency * Extract ruby 1.9 dependencies to separate Gemfile Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
* Promote SimpleCov to a runtime depenency * Extract ruby 1.9 dependencies to separate Gemfile Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
* Promote SimpleCov to a runtime depenency * Extract ruby 1.9 dependencies to separate Gemfile Inspired by: * a0e5d03#commitcomment-19735625 * #146 (comment)
@awendt just released 1.0.3 which includes simplecov as a dependency, which should prevent this |
I just upgraded from 0.6.0 to 1.0.1 in an app. Because the dependency on
simplecov
was turned into a dev dependency in #121, I now get this error:because the formatter still requires simplecov 😢
The text was updated successfully, but these errors were encountered: