diff options
-rw-r--r-- | Gemfile | 10 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -43,11 +43,11 @@ gem 'rack-ssl' # 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 23a362d08..b019e7fe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,13 +198,13 @@ DEPENDENCIES coveralls erubis 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 launchy - locale (>= 2.0.5) + locale mahoro mail (~> 2.4.4) mailcatcher @@ -220,7 +220,7 @@ DEPENDENCIES rdoc recaptcha (~> 0.3.1) rmagick - routing-filter (~> 0.2.4) + routing-filter rspec-rails (~> 1.3.4) ruby-debug ruby-debug19 |