Skip to content

Commit

Permalink
Upgrade trailblazer-activity-dsl-linear
Browse files Browse the repository at this point in the history
It fixes a bug causing exception while emitting `FastTrack` signals using
circuit interface.
  • Loading branch information
yogeshjain999 committed Nov 24, 2020
1 parent 302ba9d commit 1ebddbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/docs/rescue_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ class Memo::Create < Trailblazer::Operation
end

it { Memo::Create.( { seq: [], } ).inspect(:seq).must_equal %{<Result:true [[:find_model, :update, :rehash, :notify]] >} }
it { Memo::Create.( { seq: [], update: false } ).inspect(:seq).must_equal %{<Result:true [[:find_model, :update, :rehash, :notify]] >} }
it { Memo::Create.( { seq: [], update: false } ).inspect(:seq).must_equal %{<Result:false [[:find_model, :update]] >} }
end
end
4 changes: 2 additions & 2 deletions trailblazer-macro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "roar"
spec.add_development_dependency "trailblazer-developer"

spec.add_dependency "trailblazer-activity", ">= 0.10.0", "< 1.0.0"
spec.add_dependency "trailblazer-activity-dsl-linear", ">= 0.2.7", "< 1.0.0"
spec.add_dependency "trailblazer-activity", ">= 0.11.2", "< 1.0.0"
spec.add_dependency "trailblazer-activity-dsl-linear", ">= 0.3.3", "< 1.0.0"
spec.add_dependency "trailblazer-operation", ">= 0.6.5" # TODO: this dependency will be removed.

spec.required_ruby_version = ">= 2.2.0"
Expand Down

0 comments on commit 1ebddbd

Please sign in to comment.