Skip to content

Commit

Permalink
Require => false not needed in Gemfile #14
Browse files Browse the repository at this point in the history
  • Loading branch information
erithmetic committed May 29, 2012
1 parent 6f6504b commit 2b5cd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source :rubygems
gemspec

gem 'alchemist', :path => '~/alchemist'
gem 'conversions', :require => false
gem 'conversions'

if RUBY_VERSION >= '1.9'
gem 'unicode_utils'
Expand Down

0 comments on commit 2b5cd5a

Please sign in to comment.