Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update psych requirement from >= 4.0.1, < 5.2.0 to >= 4.0.1, < 5.3.0 #665

Open
wants to merge 1 commit into
base: culture
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
mangadex (5.10.0)
psych (>= 4.0.1, < 5.2.0)
psych (>= 4.0.1, < 5.3.0)
rest-client (~> 2.1)
sorbet-runtime

Expand All @@ -24,7 +24,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
psych (5.2.0)
stringio
rake (13.2.1)
rest-client (2.1.0)
Expand All @@ -49,7 +49,7 @@ GEM
sorbet-static (= 0.5.11531)
sorbet-runtime (0.5.11532)
sorbet-static (0.5.11531-x86_64-linux)
stringio (3.1.0)
stringio (3.1.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
Expand Down
2 changes: 1 addition & 1 deletion mangadex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "psych", ">= 4.0.1", "< 5.2.0"
spec.add_dependency "psych", ">= 4.0.1", "< 5.3.0"
spec.add_dependency "rest-client", "~> 2.1"
spec.add_dependency "sorbet-runtime"

Expand Down
Loading