stokarenko/ruby-features

View on GitHub
gemfiles/4.2.gemfile

Summary

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

gem "activerecord", :github => "rails/rails", :branch => "4-2-stable"

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

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

gemspec :path => "../"