Skip to content

Commit fac7d6a

Browse files
Bump psych from 3.3.4 to 4.0.6
Bumps [psych](https://github.com/ruby/psych) from 3.3.4 to 4.0.6. - [Release notes](https://github.com/ruby/psych/releases) - [Commits](ruby/psych@v3.3.4...v4.0.6) --- updated-dependencies: - dependency-name: psych dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e408f8 commit fac7d6a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'pg', '~> 0.21'
1313

1414
# This can only be removed with Rails 7.0
1515
gem 'mail', '< 2.8.0'
16-
gem 'psych', '< 4.0'
16+
gem 'psych', '< 5.0'
1717

1818
# Use SCSS for stylesheets
1919
gem 'sass-rails'

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ GEM
224224
prawn_rails (0.0.12)
225225
prawn (>= 0.11.1)
226226
railties (>= 3.0.0)
227-
psych (3.3.4)
227+
psych (4.0.6)
228+
stringio
228229
public_suffix (5.0.1)
229230
puma (6.3.1)
230231
nio4r (~> 2.0)
@@ -369,6 +370,7 @@ GEM
369370
state_machines-yard (0.0.1)
370371
state_machines-graphviz
371372
yard
373+
stringio (3.1.7)
372374
temple (0.9.1)
373375
thor (1.2.1)
374376
thread_safe (0.3.6)
@@ -431,7 +433,7 @@ DEPENDENCIES
431433
pg (~> 0.21)
432434
prawn (~> 0.13.0)
433435
prawn_rails
434-
psych (< 4.0)
436+
psych (< 5.0)
435437
puma
436438
rails (>= 5.1.7, < 5.1.99)
437439
rails-i18n

0 commit comments

Comments
 (0)