Sha256: 3e10a2d384d2e183ae4bf6cc5a046ee32538d87ed815a1fc98e2d5ae3bdabf5d
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
source 'https://rubygems.org' git_source(:github) { |repo| "git@github.com:#{repo}.git" } gemspec gem 'workarea' gem 'byebug' group :test do gem 'simplecov', require: false case ENV['CC_PROCESSOR'] when 'braintree' gem 'workarea-braintree' when 'moneris' gem 'workarea-moneris' when 'authorize_cim' gem 'workarea-authorize_cim' when 'payflow_pro' gem 'workarea-payflow_pro' when 'cyber_source' gem 'workarea-cyber_source' when 'checkoutdotcom' gem 'workarea-checkoutdotcom' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-forter-1.2.2 | Gemfile |