Skip to content

Commit

Permalink
Rails3.2: TODO: Gemfile: comment out rails-dev-tweaks
Browse files Browse the repository at this point in the history
<pre>
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)
</pre>

--HG--
branch : rails3-straight-20111220-12
  • Loading branch information
Toshi MARUYAMA committed Dec 20, 2011
1 parent fcdf725 commit fb3b797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit fb3b797

Please sign in to comment.