Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency psych from v3.3.4 to v5 #192

Open
wants to merge 1 commit into
base: rutebanken_develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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