Skip to content

Commit

Permalink
Allow less-rails 2.7 also.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Apr 21, 2015
1 parent 45322ec commit 3cc6360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less-rails-bootstrap.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']
gem.add_runtime_dependency 'less-rails', '~> 2.6.0'
gem.add_runtime_dependency 'less-rails', ['>= 2.6', '<= 2.8']

gem.add_development_dependency 'minitest', '>= 4.0'
gem.add_development_dependency 'guard-minitest'
Expand Down

0 comments on commit 3cc6360

Please sign in to comment.