Skip to content

Commit

Permalink
Merge pull request #38 from caseylang/remove_rash
Browse files Browse the repository at this point in the history
Remove Rash
  • Loading branch information
Chris Warren committed Jul 31, 2014
2 parents 998de2b + 36b58d4 commit 1ab8695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desk.gemspec
Expand Up @@ -12,13 +12,12 @@ Gem::Specification.new do |s|
s.add_development_dependency('webmock', '~> 1.6')
s.add_development_dependency('yard', '~> 0.6')
s.add_runtime_dependency('json', '~> 1.7') if RUBY_VERSION < '1.9'
s.add_runtime_dependency('hashie', '~> 1.2.0')
s.add_runtime_dependency('hashie', '~> 2.1')
s.add_runtime_dependency('faraday', '~> 0.9.0')
s.add_runtime_dependency('faraday_middleware', '~> 0.9.0')
s.add_runtime_dependency('jruby-openssl', '~> 0.7.2') if RUBY_PLATFORM == 'java'
s.add_runtime_dependency('multi_json', '~> 1.6')
s.add_runtime_dependency('multi_xml', '~> 0.5')
s.add_runtime_dependency('rash', '~> 0.3.1')
s.add_runtime_dependency('simple_oauth', '~> 0.2.0')
s.add_runtime_dependency('pony', '~> 1.1')
s.authors = ["Chris Warren"]
Expand Down

0 comments on commit 1ab8695

Please sign in to comment.