Skip to content

Commit

Permalink
Specify Bourbon version pessimistically
Browse files Browse the repository at this point in the history
This matches how we specify the Bourbon dependency in Bitters and means
we won't have to coordinate releases between the two so closely.

Fixes #805
  • Loading branch information
tysongach committed Nov 8, 2016
1 parent 11cabaf commit 4ed6b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suspenders/generators/stylesheet_base_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class StylesheetBaseGenerator < Rails::Generators::Base
File.dirname(__FILE__))

def add_stylesheet_gems
gem "bourbon", "5.0.0.beta.7"
gem "bourbon", "~> 5.0.0.beta.7"
gem "neat", "~> 2.0.0.beta.1"
gem "refills", group: [:development, :test]
Bundler.with_clean_env { run "bundle install" }
Expand Down

0 comments on commit 4ed6b5a

Please sign in to comment.