Skip to content

Commit

Permalink
Update Rails 5 dependencies in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbutler committed Jul 13, 2016
1 parent 551e43f commit f98dc99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 191 deletions.
6 changes: 2 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ appraise "rails-4.2" do
end

appraise "rails-5.0" do
gem 'activerecord', "~> 5.0.0.rc1"
gem 'activesupport', "~> 5.0.0.rc1"
gem 'railties', "~> 5.0.0.rc1"
gem 'activerecord', "~> 5.0.0"

gem 'combustion', '0.5.4'

gem 'mongoid', github: 'mongodb/mongoid', ref: '7c2ff52a0c5292b8e6bf3a9a29bbb19abae3dd5f'
gem 'mongoid', '6.0.0.beta'
end
6 changes: 2 additions & 4 deletions gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

source "https://rubygems.org"

gem "activerecord", "~> 5.0.0.rc1"
gem "activesupport", "~> 5.0.0.rc1"
gem "railties", "~> 5.0.0.rc1"
gem "activerecord", "~> 5.0.0"
gem "combustion", "0.5.4"
gem "mongoid", :github => "mongodb/mongoid", :ref => "7c2ff52a0c5292b8e6bf3a9a29bbb19abae3dd5f"
gem "mongoid", "6.0.0.beta"

group :development do
gem "pry"
Expand Down
183 changes: 0 additions & 183 deletions gemfiles/rails_5.0.gemfile.lock

This file was deleted.

0 comments on commit f98dc99

Please sign in to comment.