Skip to content

Commit

Permalink
Drop unneeded json dependency
Browse files Browse the repository at this point in the history
This was only used on Ruby 1 and we don't support that anymore.
  • Loading branch information
bastelfreak committed Jun 18, 2024
1 parent a57a829 commit 08e0aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semantic_puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec = Gem::Specification.new do |s|
# Dependencies
s.required_ruby_version = '>= 2.7.0'

s.add_development_dependency "json", "~> 1.8.3" if RUBY_VERSION < '2.0'
s.add_development_dependency "rake"
s.add_development_dependency "rspec"

Expand Down

0 comments on commit 08e0aea

Please sign in to comment.