Skip to content

Commit

Permalink
Remove gem build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-misshore committed Mar 3, 2019
1 parent b8bd870 commit 1cc72b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion critical-path-css-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Gem::Specification.new do |gem|
gem.summary = 'Critical Path CSS for Rails!'
gem.description = 'Only load the CSS you need for the initial viewport in Rails!'
gem.license = 'MIT'
gem.homepage = 'https://rubygems.org/gems/critical-path-css-rails'

gem.files = `git ls-files`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.require_path = 'lib'

gem.add_development_dependency 'combustion', '~> 1.1.0'
gem.add_development_dependency 'combustion', '~> 1.1', '>= 1.1.0'

gem.extensions = ['ext/npm/extconf.rb']
end

0 comments on commit 1cc72b9

Please sign in to comment.