Skip to content

Commit

Permalink
Update Rails dependency to 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 21, 2013
1 parent fa14aac commit 5c02bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ end

source 'https://rubygems.org'

gem 'rails', '~> 3.2.12'
gem 'rails', '~> 3.2.13'
gem 'require_relative'
gem 'htmlentities'
gem 'bluecloth', '~> 2.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.heroku
Expand Up @@ -3,7 +3,7 @@ source :rubygems
ruby '1.9.3'

gem 'pg'
gem 'rails', '~> 3.2.12'
gem 'rails', '~> 3.2.13'
gem 'thin'
gem 'require_relative'
gem 'htmlentities'
Expand Down

0 comments on commit 5c02bc5

Please sign in to comment.