Skip to content

Commit

Permalink
Specify Version Requirements for Bourbon and Neat
Browse files Browse the repository at this point in the history
This resolves a sass version requirement conflict with sass-rails. These version
requirements should be removed or updated once sass-rails supports sass 3.3.

This pull request closes #328 on https://github.com/thoughtbot/suspenders.
  • Loading branch information
Kevin Thompson committed Apr 26, 2014
1 parent 023d9c6 commit 4fb7895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Gemfile.erb
Expand Up @@ -3,14 +3,14 @@ source 'https://rubygems.org'
ruby '<%= RUBY_VERSION %>'

gem 'airbrake'
gem 'bourbon'
gem 'bourbon', '~> 3.2.1'
gem 'coffee-rails'
gem 'delayed_job_active_record'
gem 'email_validator'
gem 'flutie'
gem 'high_voltage'
gem 'jquery-rails'
gem 'neat'
gem 'neat', '~> 1.5.1'
gem 'pg'
gem 'rack-timeout'
gem 'rails', '~> 4.1.0'
Expand Down

0 comments on commit 4fb7895

Please sign in to comment.