Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bundler should at most be a development dependency.
  • Loading branch information
bquorning committed Jan 17, 2012
1 parent d563732 commit a7b3eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.3} s.rubygems_version = %q{1.5.3}
s.summary = %q{Ruby port of Textcat language guesser} s.summary = %q{Ruby port of Textcat language guesser}
s.add_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<sanitize>, ["~> 2.0.0"]) s.add_dependency(%q<sanitize>, ["~> 2.0.0"])
end end


0 comments on commit a7b3eaf

Please sign in to comment.