Skip to content

Commit

Permalink
Don't require gettext. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 1, 2011
1 parent 907c805 commit 978f3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ gem 'rdiscount', '>= 1.2.11'
gem 'authlogic', '>= 2.1.2'

group :development do
gem 'gettext', '>= 1.9.3'
gem 'gettext', '>= 1.9.3', :require => false
end

group :test, :development do
Expand Down

0 comments on commit 978f3eb

Please sign in to comment.