Commit ac785d88447322061a7a5cd3dc966cc44f630db3

Authored by Antonio Terceiro
1 parent a20064c2

Pin locale version for Rubygems users

This is the proper fix for !325
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -18,6 +18,7 @@ gem 'rake', :require => false
18 18 gem 'rest-client', '~> 1.6.7'
19 19 gem 'exception_notification', '~> 4.0.1'
20 20 gem 'gettext', '~> 2.2.1', :require => false, :group => :development
  21 +gem 'locale', '~> 2.0.5'
21 22  
22 23 # FIXME list here all actual dependencies (i.e. the ones in debian/control),
23 24 # with their GEM names (not the Debian package names)
... ...