Skip to content

Commit

Permalink
Tested against rails 4.2.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 29, 2014
1 parent d62dda7 commit 73efc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appraise 'rails-4.1' do
end

appraise 'rails-4.2' do
gem 'rails', '4.2.0.beta4'
gem 'rails', '4.2.0.rc1'
gem 'uglifier'
gem 'minitest', '~> 5'
end
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "4.2.0.beta4"
gem "rails", "4.2.0.rc1"
gem "uglifier"
gem "minitest", "~> 5"

Expand Down

0 comments on commit 73efc83

Please sign in to comment.