Sha256: 874b99843a62cf4207376078afb072cc3132e2bb543623d1421872cbd6b7da2a

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

source "http://rubygems.org"

group :development do
  gem "minitest", "< 5.0.0" # 5.0.0 introduced incompatible changes renaming all the classes
  gem "rdoc", ">= 3.12"
  gem "bundler", ">= 1.0.0"
  gem "activerecord", "~>4.0"
  gem 'protected_attributes'
  gem "sqlite3"
  gem "mocha"
  gem "rake"
  gem "ruby-graphviz", "~> 1.0.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workflow-1.2.0 gemfiles/Gemfile.rails-4.0