diff options
author | Alex Legler <alex@a3li.li> | 2011-09-01 20:11:22 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-09-01 20:11:22 +0200 |
commit | e64a79fa3f0f3dc95bd41389c176e2d23ecd46d9 (patch) | |
tree | d1caf5d3bcac33eefe7bd9c8a835c0e9d6c216e0 /Gemfile | |
parent | Fix more image paths (diff) | |
download | glsamaker-e64a79fa3f0f3dc95bd41389c176e2d23ecd46d9.tar.gz glsamaker-e64a79fa3f0f3dc95bd41389c176e2d23ecd46d9.tar.bz2 glsamaker-e64a79fa3f0f3dc95bd41389c176e2d23ecd46d9.zip |
Bump Rails to 3.1.0 final
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ source :rubygems -gem 'rails', '3.1.0.rc6' +gem 'rails', '3.1.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -12,8 +12,8 @@ gem 'json' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', "~> 3.1.0.rc6" - gem 'coffee-rails', "~> 3.1.0.rc6" + gem 'sass-rails', "~> 3.1.0" + gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' end @@ -38,7 +38,7 @@ gem "diff-lcs", :require => "diff/lcs" gem "nokogiri" gem "text-format", :require => "text/format" -gem "thinking-sphinx", "=2.0.7" +gem "thinking-sphinx", "2.0.7" # gem "rdoc" |