Sha256: f0b193cfa54bde6164f5e3a2b6d1c443cd7e88b5e1c1c08520edc546883d95ad

Contents?: true

Size: 245 Bytes

Versions: 9

Compression:

Stored size: 245 Bytes

Contents

source 'https://rubygems.org'

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

9 entries across 9 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 scratch/Gemfile
bill_forward-2.2016.227 scratch/Gemfile
bill_forward-2.2016.222 scratch/Gemfile
bill_forward-2.2016.209 scratch/Gemfile
bill_forward-1.2016.117 scratch/Gemfile
bill_forward-1.2016.101 scratch/Gemfile
bill_forward-1.2016.26 scratch/Gemfile
bill_forward-1.2015.321.1 scratch/Gemfile
bill_forward-1.2015.321 scratch/Gemfile