Skip to content

Commit

Permalink
Merge pull request #24 from pepabo/bump-slack-ruby-client
Browse files Browse the repository at this point in the history
bundle update slack-ruby-client
  • Loading branch information
kenchan authored Jun 12, 2024
2 parents b4d2550 + fb9cdbf commit fcf7860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arisaid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "slack-ruby-client", "~> 0.16.0"
spec.add_dependency "slack-ruby-client", "~> 2.3"
spec.add_dependency "thor"
spec.add_dependency "pit"
spec.add_dependency "colorize"
Expand Down

0 comments on commit fcf7860

Please sign in to comment.