aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-10-14 13:35:05 -0300
committerEmilio Tagua <miloops@gmail.com>2010-11-19 19:08:28 -0300
commit0873d1e944147b0f4b15e742fa9df0776a024d51 (patch)
tree3d409f13324c37044b652ca066f3dd21ea450b74 /Gemfile
parent86699339bc01f4dd8eefe86d04317b2e0b3cf233 (diff)
downloadrails-0873d1e944147b0f4b15e742fa9df0776a024d51.tar.gz
rails-0873d1e944147b0f4b15e742fa9df0776a024d51.tar.bz2
rails-0873d1e944147b0f4b15e742fa9df0776a024d51.zip
Use conditional to avoid warnings.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 59f8771a0b..4e13331626 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,6 @@ end
platforms :jruby do
gem "ruby-debug", ">= 0.10.3"
- gem "weakling", :git => "git://github.com/headius/weakling.git"
gem "activerecord-jdbcsqlite3-adapter"