Skip to content

Commit

Permalink
chore(deps): 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] authored Dec 18, 2024
1 parent 6cf8b9e commit de758db
Show file tree
Hide file tree
Showing 2 changed files with 6 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.11.5'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '2.6.1', group: :doc
# psych 4 is incompatible with Ruby < 3.1
gem 'psych', '3.3.4', group: :doc
gem 'psych', '5.2.2', group: :doc

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '4.1.3', group: :development
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (3.3.4)
psych (5.2.2)
date
stringio
public_suffix (4.0.7)
pundit (2.3.2)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -672,6 +674,7 @@ GEM
mutex_m
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stringio (3.1.2)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -784,7 +787,7 @@ DEPENDENCIES
poltergeist
polylines
pry-rails
psych (= 3.3.4)
psych (= 5.2.2)
pundit
rabl
rails (~> 6.1.0)
Expand Down

0 comments on commit de758db

Please sign in to comment.