Skip to content

Commit

Permalink
making sass a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanterhorst committed Oct 8, 2011
1 parent 81ed11b commit 8fa50d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ gemspec

gem 'rails', :git => 'git://github.com/rails/rails.git', :branch=>'3-1-stable'
gem 'jquery-rails'
gem 'formtastic'
gem 'formtastic'
gem 'sass-rails'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ GEM
rack (>= 1.0)
rake (0.9.2)
rdoc (3.9.4)
sass (3.1.7)
sass-rails (3.1.2)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (>= 3.1.4)
sprockets (~> 2.0.0)
tilt (~> 1.3.2)
sprockets (2.0.1)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -118,4 +125,5 @@ DEPENDENCIES
jquery-rails
rails!
rich!
sass-rails
sqlite3

0 comments on commit 8fa50d3

Please sign in to comment.