Skip to content

Commit

Permalink
require json at spec_helper to fix #532
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomex committed Oct 5, 2020
1 parent 792714b commit c0492dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -37,6 +37,7 @@ Any violations of this scheme are considered to be bugs.

* [#516](https://github.com/hashie/hashie/issues/516): Fixed `NoMethodError` raised when including `Hashie::Extensions::Mash::SymbolizeKeys` and `Hashie::Extensions::SymbolizeKeys` in mashes/hashes with non string or symbol keys - [@carolineartz](https://github.com/carolineartz).
* [#531](https://github.com/hashie/hashie/pull/531): Fixed [slice doesn't work using symbols](https://github.com/hashie/hashie/issues/529) using hash with `IndifferentAccess` extension - [@gnomex](https://github.com/gnomex).
* [#](https://github.com/hashie/hashie/pull/): Fixed `NoMethodError: undefined method `to_json'` at `hashie/dash_spec` - [@gnomex](https://github.com/gnomex).
* Your contribution here.

### Security
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -7,6 +7,7 @@

require 'rspec'
require 'hashie'
require 'json'
require 'rspec/pending_for'
require './spec/support/ruby_version_check'
require './spec/support/logger'
Expand Down

0 comments on commit c0492dd

Please sign in to comment.