Skip to content

Commit

Permalink
Bump psych from 3.3.4 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [psych](https://github.com/ruby/psych) from 3.3.4 to 5.2.3.
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v3.3.4...v5.2.3)

---
updated-dependencies:
- dependency-name: psych
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 4c254f1 commit c7dc636
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 @@ -82,7 +82,7 @@ gem 'enum_help'
# gem 'apartment'
gem 'ros-apartment', require: 'apartment'

gem 'psych', '~> 3.1'
gem 'psych', '~> 5.2'

gem 'webpacker', '~> 5.0'

Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,9 @@ GEM
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.3.4)
psych (5.2.3)
date
stringio
public_suffix (4.0.7)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -2229,6 +2231,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
stringio (3.1.2)
thor (1.3.2)
tilt (2.6.0)
timeout (0.4.3)
Expand Down Expand Up @@ -2338,7 +2341,7 @@ DEPENDENCIES
omniauth-twitter
pdf-reader
php-serialization
psych (~> 3.1)
psych (~> 5.2)
rack-dev-mark
rails (= 8.0.1)
rails-controller-testing
Expand Down

0 comments on commit c7dc636

Please sign in to comment.