Skip to content

Commit 1cc72b9

Browse files
Remove gem build warnings
1 parent b8bd870 commit 1cc72b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

critical-path-css-rails.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Gem::Specification.new do |gem|
99
gem.summary = 'Critical Path CSS for Rails!'
1010
gem.description = 'Only load the CSS you need for the initial viewport in Rails!'
1111
gem.license = 'MIT'
12+
gem.homepage = 'https://rubygems.org/gems/critical-path-css-rails'
1213

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

17-
gem.add_development_dependency 'combustion', '~> 1.1.0'
18+
gem.add_development_dependency 'combustion', '~> 1.1', '>= 1.1.0'
1819

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

0 commit comments

Comments
 (0)