> As of this writing (8/8/2024), Cygwin provides Ruby versions 2.6.4-1 and 3.2.2-2. Make sure to install the former. Additionally, the version of bundler supplied with Ruby 2.6 is too old and the version of RubyGems is too new. *After installing the following dependencies*, you must then install the correct versions of RubyGems and bundler manually:
> ```
> gem update --system 3.2.3
> gem install bundler -v 2.1.4
>
> # confirm the correct version is installed
> bundler -v
> ```
To allow building of native extensions, install `ruby-devel`, `gcc`, and `make`.
To allow building of native extensions, install `ruby-devel`, `gcc`, and `make`.
...
@@ -44,8 +55,8 @@ want to try running `bundle update` or removing `Gemfile.lock` and then running
...
@@ -44,8 +55,8 @@ want to try running `bundle update` or removing `Gemfile.lock` and then running