Skip to content

Commit

Permalink
Upgrade rails stack to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ook authored and mvz committed Sep 17, 2014
1 parent c59d8e3 commit ed9cb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -36,7 +36,7 @@ else
end
end

gem 'rails', '~> 3.2.18'
gem 'rails', '~> 4.1.1'
gem 'htmlentities'
gem 'bluecloth', '~> 2.1'
gem 'coderay', '~> 1.1.0'
Expand All @@ -63,8 +63,8 @@ gem 'rails_autolink', '~> 1.1.0'
gem 'dynamic_form', '~> 1.1.4'

group :assets do
gem 'sass-rails', " ~> 3.2.6"
gem 'coffee-rails', " ~> 3.2.2"
gem 'sass-rails', " ~> 4.0.3"
gem 'coffee-rails', " ~> 4.0.1"
gem 'uglifier'
end

Expand Down

0 comments on commit ed9cb82

Please sign in to comment.