Skip to content

Commit

Permalink
Use at least jbuilder 2.12.0, which handles ProxyObject deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Dec 10, 2024
1 parent e72da96 commit a4351eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivesspace-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "httparty", "~> 0.14"
spec.add_dependency "json", "~> 2.0"
spec.add_dependency "nokogiri", "~> 1.10"
spec.add_dependency "jbuilder", "~> 2.11.5"
spec.add_dependency "jbuilder", "~> 2.12"
end

0 comments on commit a4351eb

Please sign in to comment.