Skip to content

Commit

Permalink
Merge pull request #54 from serpapi/remove-json-gem-explicit-dependency
Browse files Browse the repository at this point in the history
Remove `json` gem explicit dependency
  • Loading branch information
ilyazub authored Apr 16, 2024
2 parents 876a33d + ddf5fbd commit bb814e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PATH
remote: .
specs:
turbo_tests (2.2.2)
json (~> 2.3)
turbo_tests (2.2.3)
parallel_tests (>= 3.3.0, < 5)
rspec (>= 3.10)

Expand All @@ -11,7 +10,6 @@ GEM
specs:
coderay (1.1.3)
diff-lcs (1.5.0)
json (2.7.2)
method_source (1.0.0)
parallel (1.22.1)
parallel_tests (4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboTests
VERSION = "2.2.2"
VERSION = "2.2.3"
end
2 changes: 1 addition & 1 deletion lib/utils/hash_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ def to_struct
Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value })
end
end
end
end
1 change: 0 additions & 1 deletion turbo_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "rspec", ">= 3.10"
spec.add_dependency "parallel_tests", ">= 3.3.0", "< 5"
spec.add_dependency "json", "~> 2.3"

spec.add_development_dependency "pry", "~> 0.14"

Expand Down

0 comments on commit bb814e1

Please sign in to comment.