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

Remove ruby-prof from dev dependencies #105

Merged
merged 2 commits into from
Nov 6, 2016
Merged

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Nov 5, 2016

Was problematic for a number of reasons, see #92.

Close #92.

Was problematic for a number of reasons, see #92.

Close #92.
source "https://rubygems.org/"

gem "rake"
gem "ruby-prof"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight difference from before, we'll allow any version of rake and ruby-prof now. Possibly not a bad thing though.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruby-prof is still on versions 0.x so in practice no difference from what we had, until there is ruby-prof 1.x :)

@dentarg
Copy link
Collaborator Author

dentarg commented Nov 6, 2016

we'll allow any version of rake and ruby-prof now

I think that is a very good change. We can always lock it down later if we discover the need for it.

Copy link
Contributor

@walro walro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dentarg dentarg merged commit f211504 into master Nov 6, 2016
@dentarg dentarg deleted the standalone-profile branch November 6, 2016 17:36
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.

2 participants