Skip to content

Commit

Permalink
Update Bourbon to 5.0.0.beta.7
Browse files Browse the repository at this point in the history
Use a pessimistic version operator.
  • Loading branch information
tysongach committed Nov 8, 2016
1 parent 34abfb4 commit a8e8091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitters.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake" s.add_development_dependency "rake"
s.add_development_dependency "rspec" s.add_development_dependency "rspec"
s.add_development_dependency "scss_lint", "~> 0.47" s.add_development_dependency "scss_lint", "~> 0.47"
s.add_runtime_dependency "bourbon", ">= 5.0.0.beta.6" s.add_runtime_dependency "bourbon", "~> 5.0.0.beta.7"
s.add_runtime_dependency "sass", "~> 3.4" s.add_runtime_dependency "sass", "~> 3.4"
s.add_runtime_dependency "thor", "~> 0.19" s.add_runtime_dependency "thor", "~> 0.19"
s.authors = [ s.authors = [
Expand Down

0 comments on commit a8e8091

Please sign in to comment.