slack-ruby / slack-ruby-bot-server-sample

Sample app from slack-ruby-bot-server.
MIT License
2 stars 5 forks source link

Update Gemfile, point slack-ruby-bot-server to ~> 0.4.0 #2

Closed huydangquoc closed 8 years ago

huydangquoc commented 8 years ago

Hi @dblock , Would you please help review my Pull Request.

Action Update Gemfile, point slack-ruby-bot-server to ~> 0.4.0

Reason Fix issue 1: Can't re-install SlackApp to SlackTeam Above bug is fixed in slack-ruby-bot-server v0.4.0 already.

dblock commented 8 years ago

You have to fix the build. This project comes with a Gemfile.lock, so you need to bundle update and commit the .lock file as well.

huydangquoc commented 8 years ago

@dblock Thank you for your review. "bundle install" is run and "Gemfile.lock" is updated. Would you please help check again.

dblock commented 8 years ago

Merged, thank you.