Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
fix gem dependency. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wongy91 committed Oct 31, 2018
1 parent 26e7433 commit d70a4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptoexchange.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "vcr", "~> 4.0.0"
spec.add_development_dependency "webmock", '~> 3.3.0'
spec.add_development_dependency "byebug"
spec.add_development_dependency "websocket-eventmachine-client"

spec.add_dependency "http", '~> 3.0.0'
spec.add_dependency "lru_redux"
spec.add_dependency "websocket-eventmachine-client"
end
2 changes: 1 addition & 1 deletion lib/cryptoexchange/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cryptoexchange
VERSION = "0.25.1"
VERSION = "0.26.0"
end

0 comments on commit d70a4f2

Please sign in to comment.