Skip to content

Commit

Permalink
Moving to Slim 2.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leogalmeida committed Jun 3, 2013
1 parent b5385c7 commit 8b68cbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,4 +4,4 @@ gemspec

gem 'erubis'
gem 'haml'
gem 'hamlet'
# gem 'hamlet'
2 changes: 1 addition & 1 deletion lib/slim-rails/version.rb
@@ -1,5 +1,5 @@
module Slim
module Rails
VERSION = "1.1.1"
VERSION = "2.0.0"
end
end
2 changes: 1 addition & 1 deletion slim-rails.gemspec
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'activesupport', ['>= 3.0', '< 4.1']
gem.add_runtime_dependency 'actionpack', ['>= 3.0', '< 4.1']
gem.add_runtime_dependency 'railties', ['>= 3.0', '< 4.1']
gem.add_runtime_dependency 'slim', ['>= 1.3', '< 2.1']
gem.add_runtime_dependency 'slim', '~> 2.0'
end

0 comments on commit 8b68cbf

Please sign in to comment.