mirror of https://github.com/rails/rails
remove activemodel dependency on builder
This commit is contained in:
parent
0ff3e9466a
commit
4ba66ef108
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue