Skip to content

Commit

Permalink
update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 13, 2024
1 parent 980b800 commit bd366a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trailblazer-activity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = %q{Runtime code for Trailblazer activities.}
spec.homepage = "http://trailblazer.to"
spec.homepage = "https://trailblazer.to"
spec.licenses = ["LGPL-3.0"]

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-line"
spec.add_development_dependency "rake"
spec.add_development_dependency "trailblazer-core-utils", "0.0.3"
spec.add_development_dependency "trailblazer-core-utils", "0.0.4"

spec.required_ruby_version = '>= 2.1.0'
end

0 comments on commit bd366a0

Please sign in to comment.