diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-05-24 10:07:33 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-06 19:31:32 +0100 |
commit | 338595cefe4e95d0f6006b0f760bcb56cdd1cc17 (patch) | |
tree | 0999200db9e49e5b93bc065ccc6479844661bbf4 | |
parent | 25c6af29bfe9da86268c0aba64f06015f323192f (diff) |
Remove gem spec from environment
This was causing me strange errors, and we think is not needed.
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index cfb727695..f21f27ab6 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -24,5 +24,3 @@ config.action_mailer.delivery_method = :sendmail # so is queued, rather than giv # unintentionally kept references to objects, especially strings. # require 'memory_profiler' # MemoryProfiler.start :string_debug => true, :delay => 10 - -config.gem "gettext", :version => '>=1.9.3', :lib => false |