diff options
-rw-r--r-- | Gemfile | 10 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -36,11 +36,11 @@ gem 'newrelic_rpm' # Gems related to internationalisation # Also in vendor/plugins there is globalize2 -gem 'fast_gettext', '>= 0.6.0' -gem 'gettext_i18n_rails', '>= 0.7.1' -gem 'gettext', '~> 2.3.3' -gem 'locale', '>= 2.0.5' -gem 'routing-filter', '~> 0.2.4' +gem 'fast_gettext' +gem 'gettext_i18n_rails' +gem 'gettext' +gem 'locale' +gem 'routing-filter' group :test do gem 'fakeweb' diff --git a/Gemfile.lock b/Gemfile.lock index b36c18d1c..88e3180ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,12 +152,12 @@ DEPENDENCIES capistrano compass fakeweb - fast_gettext (>= 0.6.0) + fast_gettext fastercsv (>= 1.5.5) - gettext (~> 2.3.3) - gettext_i18n_rails (>= 0.7.1) + gettext + gettext_i18n_rails json (~> 1.5.1) - locale (>= 2.0.5) + locale mahoro mail mailcatcher @@ -172,7 +172,7 @@ DEPENDENCIES rdoc (~> 2.4.3) recaptcha (~> 0.3.1) rmagick - routing-filter (~> 0.2.4) + routing-filter rspec-rails (~> 1.3.4) ruby-debug ruby-debug19 |