Skip to content

Commit

Permalink
Lock to older faraday-stack.
Browse files Browse the repository at this point in the history
0.1.5 will not install consistently on JRuby 1.7.3 due to a YAML
parsing problem. Ultimately, we should switch to faraday_middleware
instead, but since it is not a drop-in replacement (it changes the
behavior of the XML middleware), it will have to wait for another day.
  • Loading branch information
rsutphin committed Apr 17, 2013
1 parent 8981a7b commit 4ac9df0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion psc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Gem::Specification.new do |s|

s.add_dependency 'faraday', '~> 0.7.0'
s.add_dependency 'builder', '>= 2.1.2'
s.add_dependency 'faraday-stack', '~> 0.1.1'
# TODO: update to faraday_middleware instead. This lock is a temporary
# workaround to allow the gem to be installed on JRuby 1.7+, where 0.1.5
# frequently has psych problems.
s.add_dependency 'faraday-stack', '< 0.1.5'
s.add_dependency 'nokogiri', '~> 1.4'
s.add_dependency 'activesupport', '>= 2.3' # for the JSON adapter

Expand Down

0 comments on commit 4ac9df0

Please sign in to comment.