Skip to content

Commit

Permalink
Add Bourbon - Move sassc-rails into global gem group in Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Tedford authored and Thomas von Deyen committed Jul 6, 2016
1 parent 9cf9500 commit 6b4de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gemspec
gem 'sqlite3' if ENV['DB'].nil? || ENV['DB'] == 'sqlite'
gem 'mysql2', '~> 0.3.18' if ENV['DB'] == 'mysql'
gem 'pg' if ENV['DB'] == 'postgresql'
gem 'sassc-rails'

group :development, :test do
gem 'jasmine-rails', github: 'searls/jasmine-rails'
Expand All @@ -31,7 +32,6 @@ group :development, :test do
gem 'poltergeist', '~> 1.5'
gem 'rspec-activemodel-mocks', '~> 1.0'
gem 'rspec-rails', '~> 3.0'
gem 'sassc-rails'
gem 'shoulda-matchers', '~> 3.1'
end

Expand Down

0 comments on commit 6b4de65

Please sign in to comment.