Files
ubicloud/Gemfile
Enes Cakir 8f38f1676c Update pry version to 0.15.2
After we upgraded Ruby to version 3.4.3, pry started showing the
following warnings:

    ./ruby/3.4.3/lib/ruby/gems/3.4.0/gems/pry-0.14.2/lib/pry/command_state.rb:3: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
    You can add ostruct to your Gemfile or gemspec to silence this warning.
    ./ruby/3.4.3/lib/ruby/3.4.0/readline.rb:4: warning: reline was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
    You can add reline to your Gemfile or gemspec to silence this warning.

pry has already removed ostruct usage in the latest version released in
December 2024. It's interesting that Dependabot didn't upgrade it
automatically.

For the reline warning, pry has already included reline in the Gemfile
but not in the gemspec. I believe pry requires readline, and readline
needs reline. I added to our Gemfile until pry added it.
2025-04-28 15:55:59 +03:00

1.8 KiB