Skip to content

Commit

Permalink
Relax runtime dependencies and set min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 18, 2015
1 parent 5012f97 commit 98818eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/twbs/bootstrap-sass"
s.license = 'MIT'

s.add_runtime_dependency 'sass', '~> 3.2'
s.add_runtime_dependency 'autoprefixer-rails', '~> 5.0'
s.add_runtime_dependency 'sass', '>= 3.2.19'
s.add_runtime_dependency 'autoprefixer-rails', '>= 5.0.0.1'

# Testing dependencies
s.add_development_dependency 'minitest', '~> 5.4.0'
Expand Down

0 comments on commit 98818eb

Please sign in to comment.