Sha256: 6026bf09114518c0d2eca9db05afb53ec060ab62ed1be4ca418c1640d16da78f

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
  gem 'i18n', '< 0.7'
  gem 'rest-client', '~> 1.6.8'
  gem 'activesupport', '~> 3.2'
else
  gem 'activesupport'
end

gem 'bill_forward', :path => '../'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bill_forward-1.2015.299 scratch/Gemfile
bill_forward-1.2015.217.1 scratch/Gemfile
bill_forward-1.2015.217 scratch/Gemfile
bill_forward-1.2015.186 scratch/Gemfile
bill_forward-1.2015.183 scratch/Gemfile