Skip to content

Commit

Permalink
Merge pull request formtastic#782 from nashby/update-rails
Browse files Browse the repository at this point in the history
update rails 3.2 in Appraisals
  • Loading branch information
justinfrench committed Jan 22, 2012
2 parents f72a6f3 + a1f16a7 commit 7d62ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
before_install: gem update --system
rvm:
- 1.8.7
- ree
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -7,5 +7,5 @@ appraise 'rails-3.1' do
end

appraise 'rails-3.2' do
gem 'rails', '~> 3.2.0.rc2'
gem 'rails', '~> 3.2.0'
end
2 changes: 1 addition & 1 deletion gemfiles/rails-3.2.gemfile
Expand Up @@ -2,6 +2,6 @@

source :rubygems

gem "rails", "~> 3.2.0.rc2"
gem "rails", "~> 3.2.0"

gemspec :path=>"../"

0 comments on commit 7d62ee3

Please sign in to comment.