Skip to content

Commit

Permalink
Merge pull request #190 from y-yagi/fix-runtime_dependencies
Browse files Browse the repository at this point in the history
Fix runtime dependencies
  • Loading branch information
splittingred authored Feb 15, 2024
2 parents 1cd0700 + 0d02e31 commit f40f022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.

### 2.19.0

* [#197] Add support for Ruby 3.3
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ gem 'rubocop-performance', '>= 0.0.1'
gem 'rubocop-rspec', '>= 2.0'
gem 'rubocop-thread_safety', '>= 0.3'
gem 'simplecov', '>= 0.16'
gem 'thwait', '>= 0.1'

gemspec
2 changes: 0 additions & 2 deletions gruf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'activesupport', '> 4'
spec.add_runtime_dependency 'concurrent-ruby', '> 1'
spec.add_runtime_dependency 'e2mmap', '>= 0.1'
spec.add_runtime_dependency 'grpc', '~> 1.10'
spec.add_runtime_dependency 'grpc-tools', '~> 1.10'
spec.add_runtime_dependency 'json', '>= 2.3'
spec.add_runtime_dependency 'slop', '>= 4.6'
spec.add_runtime_dependency 'thwait', '>= 0.1'
spec.add_runtime_dependency 'zeitwerk', '>= 2'
end

0 comments on commit f40f022

Please sign in to comment.