FinalCAD/csv_row_model

View on GitHub
gemfiles/activemodel_4.gemfile

Summary

Maintainability
Test Coverage
# This file was generated by Appraisal

source "https://rubygems.org"

gem "bundler", "> 1.3"
gem "rake", "~> 10.0"
gem "appraisal"
gem "activemodel", "~> 4"

group :test do
  gem "rspec"
  gem "codeclimate-test-reporter"
  gem "pry-byebug"
end

group :development do
  gem "yard"
  gem "redcarpet"
  gem "yard-activesupport-concern"
  gem "yard-delegate"
end

gemspec :path => "../"