8000 Remove strscan dependency declaration from gemspec by Bo98 · Pull Request #204 · ruby/rexml · GitHub
[go: up one dir, main page]

Skip to content

Remove strscan dependency declaration from gemspec #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove strscan dependency declaration from gemspec
  • Loading branch information
Bo98 committed Sep 4, 2024
commit 89f7bec3b6c99e4ddf25e4850423a317a25346ef
2 changes: 0 additions & 2 deletions rexml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = rdoc_files

spec.required_ruby_version = '>= 2.5.0'

spec.add_runtime_dependency("strscan")
end
Loading
0