diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-04-24 16:01:39 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-24 16:01:39 +0100 |
commit | d3eec6f983f8524e28e8ffe42ba3a10efaa0a30e (patch) | |
tree | 4c9cd3a9709a18a46d179e4af63bc7bcfa117b66 /Gemfile | |
parent | cc3da49bc927175a49d7150b98d762f65e143d21 (diff) | |
parent | d3aae5cc48c92473e06b2104bb9431305d5a92f0 (diff) |
Merge branch 'release/0.9' into rails-3-develop
Conflicts:
Gemfile.lock
app/controllers/public_body_controller.rb
app/mailers/track_mailer.rb
app/views/request/_hidden_correspondence.html.erb
app/views/request/_sidebar.html.erb
app/views/request/hidden.html.erb
app/views/request/new_please_describe.html.erb
app/views/request/preview.html.erb
app/views/user/show.html.erb
config/environment.rb
config/routes.rb
spec/controllers/public_body_controller_spec.rb
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -10,14 +10,10 @@ source 'https://rubygems.org' gem 'rails', '3.1.12' gem 'pg' -gem 'fast_gettext', '>= 0.6.0' gem 'fastercsv', '>=1.5.5' -gem 'gettext_i18n_rails', '>= 0.7.1' -gem 'gettext', '~> 2.3.3' gem 'json' gem 'mahoro' gem 'memcache-client', :require => 'memcache' -gem 'locale', '>= 2.0.5' gem 'net-http-local' gem 'net-purge' gem 'rack' @@ -25,7 +21,6 @@ gem 'rdoc' gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails' # :require avoids "already initialized constant" warnings gem 'rmagick', :require => 'RMagick' -gem 'routing-filter', '~> 0.2.4' gem 'rake', '0.9.2.2' gem 'ruby-msg', '~> 1.5.0' gem 'vpim' @@ -44,6 +39,14 @@ gem 'acts_as_versioned', :git => 'git://github.com/technoweenie/acts_as_versione gem 'dynamic_form' gem 'exception_notification' +# Gems related to internationalisation +# Also in vendor/plugins there is globalize2 +gem 'fast_gettext' +gem 'gettext_i18n_rails' +gem 'gettext' +gem 'locale' +gem 'routing-filter' + group :test do gem 'fakeweb' gem 'coveralls', :require => false |