Skip to content

Commit

Permalink
Fix warning gem build appium_thor.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jul 31, 2014
1 parent 668958d commit a590195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/appium/appium_thor'
s.require_paths = ['lib']

s.add_runtime_dependency 'redcarpet', '~> 3.1.2'
s.add_runtime_dependency 'redcarpet', '~> 3.1', '>= 3.1.2'
s.add_runtime_dependency 'posix-spawn', '~> 0.3', '>= 0.3.8'
s.add_runtime_dependency 'yard', '~> 0.8', '>= 0.8.7.4'

Expand Down

0 comments on commit a590195

Please sign in to comment.