Skip to content
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

Move runtime gem dependencies from Gemfile back to gemspec file #87

Merged
merged 1 commit into from
Sep 14, 2016

Conversation

amatriain
Copy link
Contributor

This undoes partially PR 5cec1c4

The reason is that dependencies declared in the Gemfile but not in the gemspec are not visible when including this gem in an app bundle. This means that app startup can fail because a necessary gem for redmon (e.g. haml) is not present in the bundle. The fix is to declare all necessary runtime dependencies in the gemspec, so that any bundle that includes this gem will include its dependencies as well.

Fixes #86

This undoes partially PR steelThread@5cec1c4

The reason is that dependencies declared in the Gemfile but not in the gemspec are not visible when including this gem in an app bundle. This means that app startup can fail because a necessary gem for redmon (e.g. haml) is not present in the bundle. The fix is to declare all necessary runtime dependencies in the gemspec, so that any bundle that includes this gem will include its dependencies as well.

Fixes steelThread#86
@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.444% when pulling 947bd73 on amatriain:fix-gem-dependencies into 4c8ffe2 on steelThread:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.444% when pulling 947bd73 on amatriain:fix-gem-dependencies into 4c8ffe2 on steelThread:master.

@steelThread steelThread merged commit f794f91 into steelThread:master Sep 14, 2016
@steelThread
Copy link
Owner

done

@amatriain amatriain deleted the fix-gem-dependencies branch September 14, 2016 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependencies missing when trying to use redmon gem
3 participants