aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-09 10:11:29 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-09 10:11:29 -0800
commit4083e0ea2ae6f87929a32935122f2427845098e0 (patch)
tree7bf29a054ba5d01f70766096138e79ee31463afe /Gemfile
parentc567ccbb1738969345b29297e40a9aee87a97391 (diff)
downloadrails-4083e0ea2ae6f87929a32935122f2427845098e0.tar.gz
rails-4083e0ea2ae6f87929a32935122f2427845098e0.tar.bz2
rails-4083e0ea2ae6f87929a32935122f2427845098e0.zip
removing text-format in favor of a more simple solution
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c4fda5ade7..b8ac50bac3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,6 @@ platforms :mri_18 do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
gem 'ruby-prof'
- gem "text-format", "~> 1.0.0"
end
platforms :mri_19 do