Skip to content

Commit

Permalink
Update dependency psych from v3.3.4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2022
1 parent 0e85f20 commit 49418a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 2.4.0', group: :doc
# psych 4 is incompatible with Ruby < 3.1
gem 'psych', '< 4.0.0', group: :doc
gem 'psych', '< 5.0.2', group: :doc

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 1.7.2', group: :development
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.3.4)
psych (5.0.1)
stringio
public_suffix (5.0.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -658,6 +659,7 @@ GEM
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stringio (3.0.2)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -775,7 +777,7 @@ DEPENDENCIES
poltergeist
polylines
pry-rails
psych (< 4.0.0)
psych (< 5.0.2)
pundit
rabl
rails (~> 6.0.0)
Expand Down

0 comments on commit 49418a7

Please sign in to comment.