Gemfile

Summary

Maintainability
Test Coverage
# encoding: utf-8

source 'https://rubygems.org'

gemspec

platform :rbx do
  gem 'rubysl-bigdecimal', '~> 2.0.2'
end

group :development, :test do
  gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
end

eval_gemfile 'Gemfile.devtools'