Skip to content

Commit

Permalink
Merge pull request #160 from unipept/dependabot/bundler/psych-5.1.0
Browse files Browse the repository at this point in the history
Bump psych from 5.0.1 to 5.1.0
  • Loading branch information
bmesuere committed May 1, 2023
2 parents e5ce80e + c3a89e3 commit 959aff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'cri', '~>2.15.10'
gem 'typhoeus', '~> 1.4.0'

# this is not explicitly used, but an older incompatible version comes bundled with ruby
gem 'psych', '~> 5.0.1'
gem 'psych', '~> 5.1.0'

group :development do
gem 'minitest', '~> 5.18'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -60,7 +60,7 @@ GEM
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
psych (5.0.1)
psych (5.1.0)
stringio
public_suffix (4.0.6)
racc (1.6.1)
Expand All @@ -87,7 +87,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.4)
semver2 (3.4.2)
stringio (3.0.4)
stringio (3.0.6)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
Expand All @@ -100,7 +100,7 @@ DEPENDENCIES
cri (~> 2.15.10)
juwelier
minitest (~> 5.18)
psych (~> 5.0.1)
psych (~> 5.1.0)
rake (~> 13.0.1)
rubocop (~> 1.50)
typhoeus (~> 1.4.0)
Expand Down

0 comments on commit 959aff9

Please sign in to comment.