You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ruby/Rakefile scripts and their bundler requirements require bundler 1.17.2. When running bundler 1.17.2 on Ruby 3 I see this warning message:
/home/vscode/.rvm/gems/ruby-3.0.0/gems/bundler-1.17.2/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
We should probably upgrade to bundler 2 at some point so that bundling doesn't break in the future.
The text was updated successfully, but these errors were encountered:
Remove stellar_core_commander and update bundler version and xdrgen.
Mostly to fix xdrgen in this repo for new Ruby versions.
Stellar_core_commander has really old dependencies which are no longer supported on the latest version of Ruby. Also, according to internal discussions we don't actually use stellar_core_commander anymore.
Bundler is being updated because v1.17.2 of bundler calls functions that are deprecated and soon to be removed from Ruby. Using bundler in this repo outputs warnings saying this.
Close#3503
The ruby/Rakefile scripts and their bundler requirements require bundler 1.17.2. When running bundler 1.17.2 on Ruby 3 I see this warning message:
We should probably upgrade to bundler 2 at some point so that bundling doesn't break in the future.
The text was updated successfully, but these errors were encountered: