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

Adds rack as dev dependency and removes from lib #531

Merged
merged 2 commits into from
Oct 13, 2015

Conversation

davidbegin
Copy link
Collaborator

No description provided.

@kbrock
Copy link

kbrock commented Oct 13, 2015

could you revisit?

had a typo on rake vs rack

@@ -33,6 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'excon', '>= 0.27.5'
s.add_development_dependency 'minitest', '~> 5.0.0'
s.add_development_dependency 'rdoc', ((RUBY_VERSION == '1.8.6') ? '<= 3.5.0' : '>3.5.0')
s.add_development_dependency 'rake'
Copy link

Choose a reason for hiding this comment

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

This probably wants to be "rack":

s.add_development_dependency 'rack'

@davidbegin
Copy link
Collaborator Author

@bblimke I can't see any reason why webmock/utils was required, so I removed it. I added a changelog entry and dumped the version to 1.22.1

Want to release again?

@kbrock
Copy link

kbrock commented Oct 13, 2015

probably want to remove from Gemfile too. see #530 for ref

@davidbegin
Copy link
Collaborator Author

ahh good catch

@davidbegin davidbegin force-pushed the move-rack-to-dev-only branch 3 times, most recently from f008840 to b264f26 Compare October 13, 2015 21:17
@davidbegin
Copy link
Collaborator Author

I can not tell rake and rack apart today. @kbrock I think I got everything, see anything else?

@kbrock
Copy link

kbrock commented Oct 13, 2015

@davidbegin very nice - thanks for help

@davidbegin
Copy link
Collaborator Author

@kbrock thanks for all your help! I needed a second set of eyes today. So once CI passes, I am going to merge this in.

davidbegin added a commit that referenced this pull request Oct 13, 2015
Adds rack as dev dependency and removes from lib
@davidbegin davidbegin merged commit b18b029 into bblimke:master Oct 13, 2015
@kbrock
Copy link

kbrock commented Oct 13, 2015

thanks @davidbegin our build is back to green

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