Skip to content

Instantly share code, notes, and snippets.

@jswanner
Created October 7, 2011 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jswanner/1271168 to your computer and use it in GitHub Desktop.
Save jswanner/1271168 to your computer and use it in GitHub Desktop.
Differences between Rails 3.1.1.rc2 & Rails 3.1.1 generated apps
diff -U 0 -r rails-3.1.1.rc2/Gemfile rails-3.1.1/Gemfile
--- rails-3.1.1.rc2/Gemfile 2011-10-07 12:09:45.000000000 -0400
+++ rails-3.1.1/Gemfile 2011-10-07 12:59:13.000000000 -0400
@@ -3 +3 @@
-gem 'rails', '3.1.1.rc2'
+gem 'rails', '3.1.1'
@@ -14,2 +14,2 @@
- gem 'sass-rails', '~> 3.1.0'
- gem 'coffee-rails', '~> 3.1.0'
+ gem 'sass-rails', '~> 3.1.4'
+ gem 'coffee-rails', '~> 3.1.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment