Skip to content

Commit

Permalink
use stable macro gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Sep 23, 2019
1 parent df6f3ad commit fc6f66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trailblazer.gemspec
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -z test`.split("\x0")
spec.require_paths = ["lib"]

spec.add_dependency "trailblazer-macro", ">= 2.1.0.rc12", "< 2.2.0"
spec.add_dependency "trailblazer-macro-contract", ">= 2.1.0.rc12", "< 2.2.0"
spec.add_dependency "trailblazer-macro", ">= 2.1.0", "< 2.2.0"
spec.add_dependency "trailblazer-macro-contract", ">= 2.1.0", "< 2.2.0"
spec.add_dependency "trailblazer-operation" # TODO: why do we need this here?

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit fc6f66a

Please sign in to comment.