Skip to content

Commit

Permalink
gemspec open ended fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seyhunak committed Feb 6, 2017
1 parent 76fc07d commit f95f4d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions twitter-bootstrap-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'railties', '>= 5.0.1'
s.add_dependency 'actionpack', '>= 5.0.1'
s.add_dependency 'less-rails', '>= 2.8.0'
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_runtime_dependency 'execjs', '>= 2.7', '>= 2.7.0'
s.add_development_dependency 'rails', '>= 5.0.1'
s.add_development_dependency 'less', '>= 2.6', '>= 2.6.0'
s.add_development_dependency 'therubyracer', '>= 0.12', '>= 0.12.3'
s.add_runtime_dependency 'execjs', '~> 2.7'
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.1'
s.add_development_dependency 'less', '~> 2.6'
s.add_development_dependency 'therubyracer', '~> 0.12'

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" \
"**********************************************\n\n" \
Expand Down

0 comments on commit f95f4d3

Please sign in to comment.