Skip to content

Commit

Permalink
Depend on sass 3.1.4 and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jul 2, 2011
1 parent 01cb25c commit 031236b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sass/rails/version.rb
@@ -1,5 +1,5 @@
module Sass
module Rails
VERSION = "3.1.0.rc.3"
VERSION = "3.1.0.rc.4"
end
end
2 changes: 1 addition & 1 deletion sass-rails.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "sass-rails"

s.add_runtime_dependency 'sass', '>= 3.1.3'
s.add_runtime_dependency 'sass', '>= 3.1.4'
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'
Expand Down

0 comments on commit 031236b

Please sign in to comment.