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 Jun 3, 2024
1 parent 86a7e4b commit 1cee1a8
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.6.0', group: :doc
# psych 4 is incompatible with Ruby < 3.1
gem 'psych', '< 4.0.0', group: :doc
gem 'psych', '< 5.1.3', 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.0', group: :development
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.3.4)
psych (5.1.2)
stringio
public_suffix (4.0.7)
pundit (2.3.2)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -672,6 +673,7 @@ GEM
mutex_m
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stringio (3.1.0)
strscan (3.1.0)
swd (1.3.0)
activesupport (>= 3)
Expand Down Expand Up @@ -785,7 +787,7 @@ DEPENDENCIES
poltergeist
polylines
pry-rails
psych (< 4.0.0)
psych (< 5.1.3)
pundit
rabl
rails (~> 6.1.0)
Expand Down

0 comments on commit 1cee1a8

Please sign in to comment.