Skip to content

Commit 27d6365

Browse files
nbumbargerhale
authored andcommitted
Add bundle dependencies to gemspec (thor and sass) to enable 'rake update-mapbox' command
1 parent faa06fe commit 27d6365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapbox-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_development_dependency "bundler", "~> 1.3"
2222
spec.add_development_dependency "rake"
23+
spec.add_development_dependency "thor"
24+
spec.add_development_dependency "sass"
2325
end

0 commit comments

Comments
 (0)