method

bundler_windows_platforms

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: AppBase
bundler_windows_platforms() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/app_base.rb, line 659
      def bundler_windows_platforms
        Gem.rubygems_version >= Gem::Version.new("3.3.22") ? "windows" : "mswin mswin64 mingw x64_mingw"
      end
Register or log in to add new notes.