Skip to content

Commit

Permalink
Update test_app rails version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Campos committed Jan 24, 2012
1 parent f3d8986 commit d477353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.1.3'
gem 'rails', '3.2'
gem 'sqlite3'

gem 'best_in_place', :path => ".."
Expand All @@ -10,7 +10,7 @@ gem 'jquery-rails'
gem 'rdiscount'

group :assets do
gem 'sass-rails', '~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end

0 comments on commit d477353

Please sign in to comment.