aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile17
1 files changed, 13 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 650c27537..1da116ae2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,8 +12,8 @@ gem 'pg'
gem 'fast_gettext', '>= 0.6.0'
gem 'fastercsv', '>=1.5.5'
-gem 'gettext_i18n_rails', '>= 0.6.0', :git => "git://github.com/sebbacon/gettext_i18n_rails.git"
-gem 'gettext', '>= 1.9.3'
+gem 'gettext_i18n_rails', '>= 0.7.1'
+gem 'gettext', '~> 2.3.3'
gem 'json', '~> 1.5.1'
gem 'mahoro'
gem 'memcache-client', :require => 'memcache'
@@ -30,7 +30,7 @@ gem 'rake', '~> 0.9.2.2'
gem 'rspec', '~> 1.3.2'
gem 'rspec-rails', '~> 1.3.4'
gem 'ruby-msg', '~> 1.5.0'
-gem 'test-unit', '~> 1.2.3' if RUBY_VERSION.to_f >= 1.9
+gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19
gem 'vpim'
gem 'will_paginate', '~> 2.3.11'
# when 1.2.9 is released by the maintainer, we can stop using this fork:
@@ -38,13 +38,22 @@ gem 'xapian-full-alaveteli', '~> 1.2.9.5'
gem 'xml-simple'
gem 'zip'
gem 'capistrano'
+gem 'syslog_protocol'
+gem 'newrelic_rpm'
group :test do
gem 'fakeweb'
gem 'rspec-rails', '~> 1.3.4'
end
+group :development do
+ gem 'mailcatcher'
+end
+
group :develop do
- gem 'ruby-debug'
+ gem 'ruby-debug', :platforms => :ruby_18
+ gem 'ruby-debug19', :platforms => :ruby_19
+ gem 'bootstrap-sass'
+ gem 'compass'
gem 'annotate'
end