remove activemodel dependency on builder

This commit is contained in:
Lachlan Sylvester 2016-01-06 11:48:17 +11:00 committed by Lachlan Sylvester
parent 0ff3e9466a
commit 4ba66ef108
2 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ PATH
globalid (>= 0.3.6)
activemodel (5.0.0.beta1)
activesupport (= 5.0.0.beta1)
builder (~> 3.1)
activerecord (5.0.0.beta1)
activemodel (= 5.0.0.beta1)
activesupport (= 5.0.0.beta1)

View File

@ -19,6 +19,4 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.add_dependency 'activesupport', version
s.add_dependency 'builder', '~> 3.1'
end