Skip to content

Commit

Permalink
Merge pull request #59 from skunkworker/add_jruby_9_3_update_march_ha…
Browse files Browse the repository at this point in the history
…re_gem

added jruby 9.3 and updated march_hare gem
  • Loading branch information
skunkworker authored Feb 22, 2022
2 parents 2a52ab1 + 564a7de commit e1e61c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ workflows:
- circleci/ruby:2.7
- circleci/jruby:9.1
- circleci/jruby:9.2
- circleci/jruby:9.3
2 changes: 1 addition & 1 deletion active_publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

if ENV['PLATFORM'] == "java" || ::RUBY_PLATFORM == 'java'
spec.platform = "java"
spec.add_dependency 'march_hare', '~> 2.7'
spec.add_dependency 'march_hare', '~> 4.4'
else
spec.add_dependency 'bunny', '~> 2.1'
end
Expand Down

0 comments on commit e1e61c1

Please sign in to comment.