diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-10-14 13:35:05 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-11-19 19:08:28 -0300 |
commit | 0873d1e944147b0f4b15e742fa9df0776a024d51 (patch) | |
tree | 3d409f13324c37044b652ca066f3dd21ea450b74 /Gemfile | |
parent | 86699339bc01f4dd8eefe86d04317b2e0b3cf233 (diff) | |
download | rails-0873d1e944147b0f4b15e742fa9df0776a024d51.tar.gz rails-0873d1e944147b0f4b15e742fa9df0776a024d51.tar.bz2 rails-0873d1e944147b0f4b15e742fa9df0776a024d51.zip |
Use conditional to avoid warnings.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |