Skip to content

Commit

Permalink
Merge pull request #731 from pgharts/dependabot/bundler/psych-5.1.1.1
Browse files Browse the repository at this point in the history
Bump psych from 5.1.0 to 5.1.1.1
  • Loading branch information
Crankums authored Nov 13, 2023
2 parents 7bf017b + 531fec1 commit 0622a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :development, :test do
gem 'mysql2'
gem 'poltergeist', '~> 1.18.1'
gem 'pry-byebug'
gem 'psych', '5.1.0'
gem 'psych', '5.1.1.1'
gem 'rails-observers'
gem 'rspec-rails'
gem 'simplecov'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
psych (5.1.0)
psych (5.1.1.1)
stringio
public_suffix (4.0.7)
racc (1.7.2)
Expand Down Expand Up @@ -320,7 +320,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringex (2.8.6)
stringio (3.0.5)
stringio (3.0.6)
temple (0.10.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
Expand Down Expand Up @@ -360,7 +360,7 @@ DEPENDENCIES
mysql2
poltergeist (~> 1.18.1)
pry-byebug
psych (= 5.1.0)
psych (= 5.1.1.1)
rails-observers
rspec-rails
simplecov
Expand Down

0 comments on commit 0622a55

Please sign in to comment.