Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
prdn committed Jan 16, 2018
1 parent 4d628b9 commit 4985bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grenache-ruby-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "eventmachine", "~> 1.2"
spec.add_runtime_dependency "faye-websocket", "~> 0.10"
spec.add_runtime_dependency "grenache-ruby-base", "~> 0.2.11"
spec.add_runtime_dependency "grenache-ruby-base", "~> 0.2.14"
spec.add_runtime_dependency "httparty", "~> 0.14.0"
spec.add_runtime_dependency "oj", "~> 2.18"
spec.add_runtime_dependency "oj", "~> 3.3"
spec.add_runtime_dependency "thin", "~> 1.7"

end
2 changes: 1 addition & 1 deletion lib/grenache/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Grenache
module HTTP
VERSION = "0.2.14"
VERSION = "0.2.15"
end
end

0 comments on commit 4985bee

Please sign in to comment.