Skip to content

Commit

Permalink
lock in gem version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Aug 22, 2014
1 parent e38af84 commit 03a5c89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
PATH
remote: .
specs:
rbtc_arbitrage (2.4.1)
rbtc_arbitrage (2.4.2)
activemodel (>= 3.1)
activesupport (>= 3.1)
bitstamp-rbtc-arbitrage
btce (= 0.2.4)
bundler (~> 1.3)
coinbase (= 2.1.0)
faraday (= 0.8.8)
pony
pony (= 1.10)
rake (= 10.1.1)
stathat
stathat (= 0.1.7)
tco (= 0.1.0)
thor
thor (= 0.18.1)
tzinfo (= 0.3.39)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/rbtc_arbitrage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RbtcArbitrage
VERSION = "2.4.1"
VERSION = "2.4.2"
end
8 changes: 4 additions & 4 deletions rbtc_arbitrage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Gem::Specification.new do |spec|
spec.add_dependency "rake", "10.1.1"

spec.add_dependency "faraday", "0.8.8"
# spec.add_dependency "bitstamp"
spec.add_dependency "activemodel", ">= 3.1"
spec.add_dependency "activesupport", ">= 3.1"
spec.add_dependency "thor"
spec.add_dependency "thor", '0.18.1'
spec.add_dependency "btce", '0.2.4'
spec.add_dependency "stathat"
spec.add_dependency "stathat", '0.1.7'
spec.add_dependency "coinbase", '2.1.0'
spec.add_dependency "pony"
spec.add_dependency "pony", '1.10'
spec.add_dependency "tco", "0.1.0"
spec.add_dependency "bitstamp-rbtc-arbitrage"
spec.add_dependency "tzinfo", '0.3.39'
end

0 comments on commit 03a5c89

Please sign in to comment.