Skip to content

Commit

Permalink
Merge pull request #2 from taylorkearns/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Update bundler in gemspec
  • Loading branch information
taylorkearns authored Jun 15, 2022
2 parents 27f84b5 + 8cea017 commit 66f6119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ipsummer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ Gem::Specification.new do |spec|
spec.summary = %q{Dynamic, customized lorem ipsum.}
spec.homepage = "http://github.com/taylorkearns/ipsummer"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake"
end

0 comments on commit 66f6119

Please sign in to comment.