Skip to content

Commit

Permalink
Psych#safe_load doesn't appear until 2.0.1
Browse files Browse the repository at this point in the history
Closes #63
  • Loading branch information
bklang committed Aug 29, 2014
1 parent ac09387 commit edf1d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sippy_cup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'packetfu'
s.add_runtime_dependency 'nokogiri', ["~> 1.6.0"]
s.add_runtime_dependency 'activesupport', ["> 3.0"]
s.add_runtime_dependency 'psych', ["~> 2.0.0"] unless RUBY_PLATFORM == 'java'
s.add_runtime_dependency 'psych', ["~> 2.0.1"] unless RUBY_PLATFORM == 'java'

s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rspec', ["~> 2.11"]
Expand Down

0 comments on commit edf1d0b

Please sign in to comment.