Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Allow users with bigdecimal as a system gem to run tests (crack requi…
Browse files Browse the repository at this point in the history
…res bigdecimal implicitly)
  • Loading branch information
smarterclayton authored and danmcp committed Jun 12, 2012
1 parent 2440019 commit 22dd765
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions express/Gemfile
Expand Up @@ -3,3 +3,8 @@ source :rubygems
gemspec

gem 'simplecov', :require => false, :group => :test

# Fedora 17 splits bigdecimal out into its own gem. No other platform has bigdecimal as a gem.
unless Gem::Specification::find_all_by_name('bigdecimal').empty?
gem 'bigdecimal', :require => false, :group => :test
end

0 comments on commit 22dd765

Please sign in to comment.