Skip to content

Commit

Permalink
test: temporary restrict nats-pure version to <2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 12, 2023
1 parent 2dbeb6b commit 37a182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gemfile for running conformance tests with Anyt
source "https://rubygems.org"

gem "nats-pure"
gem "nats-pure", "< 2.3.0"
gem "colorize"
gem "puma"

Expand Down

0 comments on commit 37a182a

Please sign in to comment.