Skip to content

Commit 0aee0a6

Browse files
yann marquetyann marquet
authored andcommitted
remove less dependency
1 parent 6e0fbcb commit 0aee0a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

twitter-bootstrap-rails.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ Gem::Specification.new do |s|
2020

2121
s.add_dependency 'railties', '>= 5.0', '< 8.0'
2222
s.add_dependency 'actionpack', '>= 5.0', '< 8.0'
23-
s.add_dependency 'less-rails', '>= 3.0', '< 5.0'
2423

2524
s.add_runtime_dependency 'execjs', '~> 2.7'
2625
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.1'
2726
s.add_development_dependency 'less', '~> 2.6'
2827
s.add_development_dependency 'therubyracer', '~> 0.12'
29-
3028
s.post_install_message = "Important: You may need to add a javascript runtime to your Gemfile in order for bootstrap's LESS files to compile to CSS. \n\n" \
3129
"**********************************************\n\n" \
3230
"ExecJS supports these runtimes:\n\n" \

0 commit comments

Comments
 (0)