Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 4, 2025
1 parent 0a85b78 commit cc5e4ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AllCops:
- spec/support/warnings.rb
- spec/support/rspec_options.rb
- Gemfile.devtools
- "*.gemspec"
"*.gemspec"

Layout/SpaceAroundMethodCallOperator:
Enabled: false
Expand Down
13 changes: 7 additions & 6 deletions dry-events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-events/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-events"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-events/issues"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-events/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-events"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-events/issues"
spec.metadata["rubygems_mfa_required"] = "true"

spec.required_ruby_version = ">= 3.1.0"

# to update dependencies edit project.yml
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "dry-core", "~> 1.1"
end
6 changes: 1 addition & 5 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ gemspec:
authors: ["Piotr Solnica"]
email: ["[email protected]"]
summary: "Pub/sub system"
development_dependencies:
- bundler
- rake
- rspec
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"]
- [dry-core, "~> 1.0", "< 2"]
- [dry-core, "~> 1.1"]

0 comments on commit cc5e4ef

Please sign in to comment.