Skip to content

Commit

Permalink
Merge pull request #930 from davidlaprade/master
Browse files Browse the repository at this point in the history
Bump less-rails to remove deprecation warnings, fixes #925
  • Loading branch information
seyhunak committed Jul 11, 2018
2 parents c236286 + 553e785 commit 98e3c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter-bootstrap-rails.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency 'railties', '~> 5.0', '>= 5.0.1'
s.add_dependency 'actionpack', '~> 5.0', '>= 5.0.1'
s.add_dependency 'less-rails', '~> 2.8', '>= 2.8.0'
s.add_dependency 'less-rails', '~> 3.0', '>= 3.0.0'

s.add_runtime_dependency 'execjs', '~> 2.7'
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.1'
Expand Down

0 comments on commit 98e3c2a

Please sign in to comment.