Skip to content

Commit

Permalink
Remove Rash dependency
Browse files Browse the repository at this point in the history
Hashie duplicated the functionality of Rash in version 2.1.0. Using both
gems together causes a namespace collision. For more details see:
tcocca/rash#9
  • Loading branch information
caseylang committed Jul 30, 2014
1 parent 7c5cd20 commit 36b58d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desk.gemspec
Original file line number Diff line number Diff line change
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', '~> 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.4.0')
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 36b58d4

Please sign in to comment.