Commit 13d07d9d974ebb97321315304fd634ef14a8c243

Authored by Antonio Terceiro
1 parent 914ea967

Revert "Gemfile: add gettext_rails"

This reverts commit e0f459cd1cd5e0d3dddbc071cc653c28da183aa1.
Showing 3 changed files with 0 additions and 15 deletions   Show diff stats
Gemfile
... ... @@ -17,7 +17,6 @@ gem 'nokogiri'
17 17 gem 'rake', :require => false
18 18 gem 'rest-client'
19 19 gem 'exception_notification'
20   -gem 'gettext_rails'
21 20  
22 21 # FIXME list here all actual dependencies (i.e. the ones in debian/control),
23 22 # with their GEM names (not the Debian package names)
... ...
Gemfile.lock
... ... @@ -67,15 +67,6 @@ GEM
67 67 activesupport (>= 3.0.4)
68 68 fast_gettext (0.6.8)
69 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)
79 70 gherkin (2.4.21)
80 71 json (>= 1.4.6)
81 72 hike (1.2.1)
... ... @@ -83,9 +74,6 @@ GEM
83 74 i18n (0.6.0)
84 75 journey (1.0.3)
85 76 json (1.7.3)
86   - locale (2.0.5)
87   - locale_rails (2.0.5)
88   - locale (>= 2.0.5)
89 77 mail (2.4.4)
90 78 i18n (>= 0.4.0)
91 79 mime-types (~> 1.16)
... ... @@ -184,7 +172,6 @@ DEPENDENCIES
184 172 database_cleaner
185 173 exception_notification
186 174 fast_gettext
187   - gettext_rails
188 175 hpricot
189 176 mocha
190 177 nokogiri
... ...
debian/control
... ... @@ -7,7 +7,6 @@ Build-Depends:
7 7 debhelper (>= 7.0.50~),
8 8 po4a,
9 9 ruby-gettext,
10   - ruby-gettext-rails,
11 10 ruby-sqlite3,
12 11 rake,
13 12 rails3 (>= 3.2.6-1~),
... ...