Skip to content

Commit

Permalink
fix: add json to gemfile
Browse files Browse the repository at this point in the history
since this is a gem that depends on the test.
  • Loading branch information
ksaito422 committed Oct 17, 2024
1 parent ad7a66b commit 47183a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ gem "rake", "~> 13.0"
gem "test-unit", "~> 3.0"

gem "simplecov", "~> 0.21.2"

gem "json", ">= 2.7.2"
1 change: 0 additions & 1 deletion perfect_toml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ END
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency 'ostruct'
end

0 comments on commit 47183a3

Please sign in to comment.