Skip to content

Commit

Permalink
add bundler as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed Mar 1, 2015
1 parent afbf230 commit 6458ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sassc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Gem::Specification.new do |spec|

spec.extensions = ["Rakefile"]

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "~> 5.5.1"
spec.add_development_dependency "minitest-around"
spec.add_development_dependency "test_construct"

spec.add_dependency "bundler"
spec.add_dependency "ffi", "~> 1.9.6"

gem_dir = File.expand_path(File.dirname(__FILE__)) + "/"
Expand Down

0 comments on commit 6458ff1

Please sign in to comment.