Skip to content

Commit

Permalink
Merge pull request #202 from iMacTia/mg/remove-digest-dependency
Browse files Browse the repository at this point in the history
Remove `digest` dependency from gemspec
  • Loading branch information
gmcgibbon committed Jun 8, 2022
2 parents d16b2c9 + fb010a9 commit d1e4a38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ PATH
better_html
bundler
constant_resolver (>= 0.2.0)
digest
parallel
parser
sorbet-runtime (>= 0.5.9914)
Expand All @@ -119,7 +118,6 @@ GEM
concurrent-ruby (1.1.8)
constant_resolver (0.2.0)
crass (1.0.6)
digest (3.1.0)
erubi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down
1 change: 0 additions & 1 deletion packwerk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Gem::Specification.new do |spec|
spec.add_dependency("parallel")
spec.add_dependency("sorbet-runtime", ">=0.5.9914")
spec.add_dependency("bundler")
spec.add_dependency("digest")

spec.add_development_dependency("rake")
spec.add_development_dependency("sorbet")
Expand Down

0 comments on commit d1e4a38

Please sign in to comment.