Sha256: adce1f9e12b424326134b64f323879462bbd05e8195fc6c788d4c2dd6d332707

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in worthwhile.gemspec
gemspec

gem 'byebug' unless ENV['TRAVIS']
gem 'sass-rails', '~> 4.0.3'
gem 'worthwhile-models', path: './worthwhile-models'
gem 'active-triples', '0.2.3'

group :test do
  gem 'simplecov', '~> 0.9', require: false
  gem 'coveralls', require: false
  gem 'poltergeist'
end

file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__))
if File.exists?(file)
  puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v`
  instance_eval File.read(file)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
worthwhile-0.1.2 Gemfile
worthwhile-0.1.1 Gemfile
worthwhile-0.1.0 Gemfile