Skip to content

Commit

Permalink
Remove rails dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joevandyk committed Jun 3, 2011
1 parent 0754f8f commit 7115876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass-rails.gemspec
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.rubyforge_project = "sass-rails"

s.add_runtime_dependency 'sass', '>= 3.1.2'
s.add_runtime_dependency 'railties', '~> 3.1.0.rc1'
s.add_runtime_dependency 'actionpack', '~> 3.1.0.rc1'
#s.add_runtime_dependency 'railties', '~> 3.1.0.rc1'
#s.add_runtime_dependency 'actionpack', '~> 3.1.0.rc1'
s.add_runtime_dependency 'sprockets', '>= 2.0.0.beta.9'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 7115876

Please sign in to comment.