stokarenko/activerecord-devkit

View on GitHub
gemfiles/4.2.gemfile

Summary

Maintainability
Test Coverage
# This file was generated by Appraisal

source "http://rubygems.org"

gem "codeclimate-test-reporter", :group => :test, :require => nil
gem "activerecord", :github => "rails/rails", :branch => "4-2-stable"

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

gemspec :path => "../"