- Changed rspec examples from localhost project to JSONPlaceholder API
- Added
to_csv
in array class to convert array to csv - Added
wrap
in array class to convert hash or nill to an array (Powered by rails core repo) - Added
keys
in hash class to symbolize and stringify hash keys - Added
string_colorize
in String class to colorize any string - Supported csv format you can export the response to csv by
request.csv
- Upgraded dependencies
- bundler from
~> 2.0
to~> 2.5", ">= 2.5.4
- rake from
~> 13.0
to~> 13.1
- byebug from
11.1.3
to11.1.3
- rspec from to
3.0
to3.12
- rubocop from
0.93.1
to1.60
- rubocop-performance from
1.8.1
to1.20.2
- vcr from
5.0.0
to6.2
- webmock from
3.6.2
to3.19.1