Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit f8555c0

Browse files
committed
Bump version to 1.8.0.
1 parent 6ee1f15 commit f8555c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lita-slack.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "lita-slack"
3-
spec.version = "1.7.2"
3+
spec.version = "1.8.0"
44
spec.authors = ["Ken J.", "Jimmy Cuadra"]
55
66
spec.description = %q{Lita adapter for Slack.}
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.add_runtime_dependency "eventmachine"
1818
spec.add_runtime_dependency "faraday"
1919
spec.add_runtime_dependency "faye-websocket", ">= 0.8.0"
20-
spec.add_runtime_dependency "lita", ">= 4.7.0"
20+
spec.add_runtime_dependency "lita", ">= 4.7.1"
2121
spec.add_runtime_dependency "multi_json"
2222

2323
spec.add_development_dependency "bundler", "~> 1.3"

0 commit comments

Comments
 (0)