Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed May 22, 2013
1 parent 674e1a1 commit afb6f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions calabash-cucumber/calabash-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |s|
s.add_dependency( "CFPropertyList" )
s.add_dependency( "sim_launcher", "0.4.6")
s.add_dependency( "slowhandcuke" )
s.add_dependency( "location-one", "~>0.0.9")
s.add_dependency( "httpclient","2.3.2")
s.add_dependency( "location-one", "~>0.0.10")
s.add_dependency( "httpclient","~> 2.3.3")
s.add_dependency( "bundler", "~> 1.1")
s.add_dependency( "run_loop", "~> 0.0.10" )
s.add_dependency( "awesome_print")
Expand Down
2 changes: 1 addition & 1 deletion calabash-cucumber/lib/calabash-cucumber/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Calabash
module Cucumber
VERSION = '0.9.145.pre5'
VERSION = '0.9.145.pre6'
FRAMEWORK_VERSION = '0.9.145.pre5'
end
end

0 comments on commit afb6f14

Please sign in to comment.