A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
284 B

  1. source 'http://rubygems.org'
  2. ruby '2.2.0'
  3. gem 'slack-ruby-bot'
  4. gem 'puma'
  5. gem 'sinatra'
  6. gem 'dentaku'
  7. group :development, :test do
  8. gem 'rake', '~> 10.4'
  9. gem 'rubocop', '0.31.0'
  10. gem 'foreman'
  11. end
  12. group :test do
  13. gem 'rspec'
  14. gem 'rack-test'
  15. gem 'vcr'
  16. gem 'webmock'
  17. end