Skip to content

Commit

Permalink
Merge pull request #19 from jusleg/force_slack-ruby-client
Browse files Browse the repository at this point in the history
Ensure that slack-ruby-client is above 0.15.1 for pagination of channels
  • Loading branch information
dougedey-shopify authored Sep 5, 2020
2 parents 5ab8623 + caf45a3 commit ca23d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add support for named parameters in commands ([PR #12](https://github.com/jusleg/slackify/pull/12)) by [@DougEdey](https://github.com/DougEdey)
- Add support for custom parameters in commands ([PR #17](https://github.com/jusleg/slackify/pull/17)) by [@DougEdey](https://github.com/DougEdey)
- Tidy up some tests
- Force slack-ruby-client to be version 0.15.1 or above to allow for pagination of Conversations

## V0.3.2

Expand Down
2 changes: 1 addition & 1 deletion slackify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
}

s.add_dependency 'rails'
s.add_dependency 'slack-ruby-client'
s.add_dependency 'slack-ruby-client', '>= 0.15.1'
s.add_dependency 'strscan'
s.add_development_dependency 'minitest'
s.add_development_dependency 'mocha'
Expand Down

0 comments on commit ca23d80

Please sign in to comment.