From fb3b797bba301d659347174f09b639023875d2e7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 21 Dec 2011 08:48:04 +0900 Subject: [PATCH] Rails3.2: TODO: Gemfile: comment out rails-dev-tweaks
Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails-dev-tweaks (~> 0.5.1) depends on
      rails (~> 3.1.0)

    rails (3.2.0.rc1)
--HG-- branch : rails3-straight-20111220-12 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 35dbe022ecf..4d72e3a4909 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,8 @@ group :development do # gem 'autotest-growl' # gem 'autotest-fsevent' # gem 'mynyml-redgreen' - gem 'rails-dev-tweaks', '~> 0.5.1' + + # gem 'rails-dev-tweaks' end group :production do