Skip to content

Commit

Permalink
Merge pull request #167 from ripienaar/2250
Browse files Browse the repository at this point in the history
(misc) Release 2.25.0
  • Loading branch information
ripienaar authored Aug 24, 2021
2 parents bc66e2e + b054f93 commit 781f9d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2021/08/24| |Release 2.25.0 |
|2021/07/13|164 |Pass path to active configuration file to choria |
|2021/07/01|98 |Fix running bolt tasks on Windows |
|2021/06/29|163 |Only add AIO bin directory to PATH if it exist |
|2021/06/19| |Release 2.24.4 |
|2021/06/17|160 |Handle large delegated discovery replies correctly |
|2021/04/23| |Release 2.24.3 |
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source ENV["GEM_SOURCE"] || "https://rubygems.org"

gem "nats-pure", "~> 0.6"
gem "nats-pure", "~> 0.6", "< 0.7.0"
gem "systemu", "~> 2.6.4"

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions mcorpc-ruby-support.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rake"

PROJ_VERSION = "2.24.4"
PROJ_VERSION = "2.25.0"

Gem::Specification.new do |s|
s.name = "choria-mcorpc-support"
Expand All @@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = ["mco"]
s.add_dependency "systemu", "~> 2.6", ">= 2.6.4"
s.add_dependency "nats-pure", "~> 0.6"
s.add_dependency "nats-pure", "~> 0.6", "< 0.7.0"
end

0 comments on commit 781f9d4

Please sign in to comment.