Commit e0f459cd1cd5e0d3dddbc071cc653c28da183aa1
1 parent
ad80b504
Exists in
master
and in
29 other branches
Gemfile: add gettext_rails
Showing
3 changed files
with
15 additions
and
0 deletions
Show diff stats
Gemfile
@@ -17,6 +17,7 @@ gem 'nokogiri' | @@ -17,6 +17,7 @@ gem 'nokogiri' | ||
17 | gem 'rake', :require => false | 17 | gem 'rake', :require => false |
18 | gem 'rest-client' | 18 | gem 'rest-client' |
19 | gem 'exception_notification' | 19 | gem 'exception_notification' |
20 | +gem 'gettext_rails' | ||
20 | 21 | ||
21 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), | 22 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
22 | # with their GEM names (not the Debian package names) | 23 | # with their GEM names (not the Debian package names) |
Gemfile.lock
@@ -67,6 +67,15 @@ GEM | @@ -67,6 +67,15 @@ GEM | ||
67 | activesupport (>= 3.0.4) | 67 | activesupport (>= 3.0.4) |
68 | fast_gettext (0.6.8) | 68 | fast_gettext (0.6.8) |
69 | ffi (1.0.11) | 69 | ffi (1.0.11) |
70 | + gettext (2.2.1) | ||
71 | + locale | ||
72 | + gettext_activerecord (2.1.0) | ||
73 | + activerecord (>= 2.3.2) | ||
74 | + gettext (>= 2.1.0) | ||
75 | + gettext_rails (2.1.0) | ||
76 | + gettext_activerecord (>= 2.1.0) | ||
77 | + locale_rails (>= 2.0.5) | ||
78 | + rails (>= 2.3.2) | ||
70 | gherkin (2.4.21) | 79 | gherkin (2.4.21) |
71 | json (>= 1.4.6) | 80 | json (>= 1.4.6) |
72 | hike (1.2.1) | 81 | hike (1.2.1) |
@@ -74,6 +83,9 @@ GEM | @@ -74,6 +83,9 @@ GEM | ||
74 | i18n (0.6.0) | 83 | i18n (0.6.0) |
75 | journey (1.0.3) | 84 | journey (1.0.3) |
76 | json (1.7.3) | 85 | json (1.7.3) |
86 | + locale (2.0.5) | ||
87 | + locale_rails (2.0.5) | ||
88 | + locale (>= 2.0.5) | ||
77 | mail (2.4.4) | 89 | mail (2.4.4) |
78 | i18n (>= 0.4.0) | 90 | i18n (>= 0.4.0) |
79 | mime-types (~> 1.16) | 91 | mime-types (~> 1.16) |
@@ -172,6 +184,7 @@ DEPENDENCIES | @@ -172,6 +184,7 @@ DEPENDENCIES | ||
172 | database_cleaner | 184 | database_cleaner |
173 | exception_notification | 185 | exception_notification |
174 | fast_gettext | 186 | fast_gettext |
187 | + gettext_rails | ||
175 | hpricot | 188 | hpricot |
176 | mocha | 189 | mocha |
177 | nokogiri | 190 | nokogiri |
debian/control