Skip to content

Commit

Permalink
use gem core-utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 7, 2024
1 parent fa0b69c commit 6247763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec
# gem "trailblazer-developer", path: "../trailblazer-developer"
# gem "benchmark-ips"
# gem "trailblazer-core-utils", path: "../trailblazer-core-utils"
gem "trailblazer-core-utils", github: "trailblazer/trailblazer-core-utils"
# gem "trailblazer-core-utils", github: "trailblazer/trailblazer-core-utils"
1 change: 1 addition & 0 deletions trailblazer-activity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +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.required_ruby_version = '>= 2.1.0'
end

0 comments on commit 6247763

Please sign in to comment.