Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

New version of json (2.7.2) broke the build #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pin json to version 2.7.2
depfu[bot] authored Apr 11, 2024

Verified

This commit was signed with the committer’s verified signature.
Heptazhou Heptazhou
commit f11db8afa90e70459d3c6d2cb5e64b54bd1f50d8
2 changes: 1 addition & 1 deletion shipcloud.gemspec
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.6"

spec.add_runtime_dependency "json", ">= 1.8.0"
spec.add_runtime_dependency "json", "2.7.2"
spec.add_development_dependency "pry", "~> 0.10"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.6"