Bump fabrication
This commit is contained in:
parent
f184ec5818
commit
a5cea2b3ca
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ PATH
|
||||||
diaspora_federation (= 0.3.0)
|
diaspora_federation (= 0.3.0)
|
||||||
diaspora_federation-test (0.3.0)
|
diaspora_federation-test (0.3.0)
|
||||||
diaspora_federation (= 0.3.0)
|
diaspora_federation (= 0.3.0)
|
||||||
fabrication (~> 2.16)
|
fabrication (~> 2.29)
|
||||||
uuid (~> 2.3, >= 2.3.8)
|
uuid (~> 2.3, >= 2.3.8)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
@ -52,7 +52,7 @@ GEM
|
||||||
erubi (1.10.0)
|
erubi (1.10.0)
|
||||||
ethon (0.15.0)
|
ethon (0.15.0)
|
||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
fabrication (2.27.0)
|
fabrication (2.29.0)
|
||||||
faraday (2.3.0)
|
faraday (2.3.0)
|
||||||
faraday-net_http (~> 2.0)
|
faraday-net_http (~> 2.0)
|
||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@ Gem::Specification.new do |s|
|
||||||
s.required_ruby_version = ">= 2.7"
|
s.required_ruby_version = ">= 2.7"
|
||||||
|
|
||||||
s.add_dependency "diaspora_federation", DiasporaFederation::VERSION
|
s.add_dependency "diaspora_federation", DiasporaFederation::VERSION
|
||||||
s.add_dependency "fabrication", "~> 2.16"
|
s.add_dependency "fabrication", "~> 2.29"
|
||||||
s.add_dependency "uuid", "~> 2.3", ">= 2.3.8"
|
s.add_dependency "uuid", "~> 2.3", ">= 2.3.8"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ module DiasporaFederation
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_instance
|
def build_instance
|
||||||
self._instance = _klass.new(_attributes)
|
self._instance = resolved_class.new(_attributes)
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_hash(attributes=[], _callbacks=[])
|
def to_hash(attributes=[], _callbacks=[])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue