stokarenko/ruby-features

View on GitHub
gemfiles/5.0.gemfile

Summary

Maintainability
Test Coverage
source "http://rubygems.org"

gem "activerecord", :github => "rails/rails", :branch => "5-0-stable"

group :development, :test do
  gem "rspec"
end

gem 'codeclimate-test-reporter', group: :test, require: nil

gemspec :path => "../"