Skip to content

Commit

Permalink
Use rubysl version of bigdecimal for improved rbx support.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 30, 2014
1 parent 10a97e0 commit 52b9a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unitwise.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|

if RUBY_VERSION > '1.8.7'
unless ['jruby', 'rbx'].include?(RUBY_ENGINE)
gem.add_dependency 'bigdecimal', '~> 1.2'
gem.add_dependency 'rubysl-bigdecimal', '~> 2.0'
end
gem.add_dependency 'parslet', '~> 1.5'
gem.add_development_dependency 'nokogiri', '~> 1.5'
Expand Down

0 comments on commit 52b9a39

Please sign in to comment.