gemfiles/4.2.gemfile
# 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 => "../"