Skip to content

Commit

Permalink
Revert some rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Jul 25, 2023
1 parent 2ffe617 commit dd197bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,11 @@
# CHANGELOG

## 3.15.1 - 2023-07-21
## 3.15.1 - 2023-07-27

- Add protection against some using `require 'oj/json`, an internal file.

- Fixed non-json errors when in compat mode.

## 3.15.0 - 2023-06-02

- Added `omit_null_byte` option when dumping.
Expand Down
2 changes: 1 addition & 1 deletion ext/oj/extconf.rb
Expand Up @@ -67,4 +67,4 @@

create_makefile(File.join(extension_name, extension_name))

`{make clean}`
%x{make clean}

0 comments on commit dd197bc

Please sign in to comment.