Skip to content

Commit

Permalink
Revert "Merge pull request #49 from lcmen/fix-hash-extensions-for-lat…
Browse files Browse the repository at this point in the history
…est-json"

This reverts commit 7031210, reversing
changes made to b9e812e.
  • Loading branch information
ilyazub committed Apr 16, 2024
1 parent 6ada9df commit ced6eb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
turbo_tests (2.2.1)
json (~> 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/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 ced6eb7

Please sign in to comment.