Skip to content

Commit bec0d6c

Browse files
Move require
1 parent 5e0aa27 commit bec0d6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/jbuilder.rb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
require 'jbuilder/errors'
55
require 'json'
66
require 'ostruct'
7+
require 'active_support/core_ext/hash/deep_merge'
78

89
class Jbuilder
910
@@key_formatter = nil

test/jbuilder_test.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'test_helper'
22
require 'active_support/inflector'
3-
require 'active_support/core_ext/hash/deep_merge'
43
require 'jbuilder'
54

65
def jbuild(*args, &block)

0 commit comments

Comments
 (0)