Skip to content

Commit

Permalink
bump version of run_loop to eliminate timing-sensitive launch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed Jun 4, 2013
1 parent 2433231 commit df6fb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calabash-cucumber/calabash-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
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.11" )
s.add_dependency( "run_loop", "~> 0.0.12" )
s.add_dependency( "awesome_print")

end
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.147'
VERSION = '0.9.148'
FRAMEWORK_VERSION = '0.9.146'
end
end

0 comments on commit df6fb8b

Please sign in to comment.