Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBeznoss committed Nov 7, 2023
1 parent d7e09c5 commit 3149f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
svg_guardian (0.0.1)
rb_sys (>= 0.9.63)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -63,7 +64,6 @@ DEPENDENCIES
minitest (~> 5.0)
rake (~> 13.0)
rake-compiler
rb_sys (~> 0.9.63)
standard (~> 1.3)
svg_guardian!

Expand Down
2 changes: 1 addition & 1 deletion svg_guardian.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

s.add_dependency "rb_sys", ">= 0.9.63"
spec.add_dependency "rb_sys", ">= 0.9.63"
end

0 comments on commit 3149f14

Please sign in to comment.