Skip to content

Commit

Permalink
chore(dependencies): remove matchi from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril committed Jan 5, 2025
1 parent cba7ad3 commit f652870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PATH
remote: .
specs:
matchi-fix (3.0.0)
matchi-fix (3.0.1)
fix (~> 0.21)
matchi (~> 4.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion VERSION.semver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
3 changes: 1 addition & 2 deletions matchi-fix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.add_dependency "fix", "~> 0.21"
spec.add_dependency "matchi", "~> 4.1"
spec.add_dependency "fix", "~> 0.21"
end

0 comments on commit f652870

Please sign in to comment.