Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-05update to ruby 3.1.2Jeff King
The current version we specify is 2.7.3, but it no longer builds on Debian unstable due to openssl 1.1 being too recent (and removing and deprecating several interfaces). Let's just move on to 3.1.2, which is the current stable version. It's a big jump, but we don't really do anything too exotic in our code base, so there's a good chance it's fine (which we can verify through inspection).
2021-06-29bump ruby version to 2.7.3Jeff King
This has some security fixes, though none that should impact us. Mostly I want to make sure the bumping process works with CI (it would be nice if we could read the .ruby-version or Gemfile from the CI code; I think it's possible but non-trivial).
2020-12-11bump ruby and rails versionsJeff King
Our versions are quite old, and cause various headaches. E.g., Travis CI now uses bundler 2.2, many of our gems require something older than 2.0. We've also run into issues with being unable to easily pick security updates from dependabot (which I hope this will resolve). We're very light on what rails and ruby features we actually use, so it shouldn't be that big a deal to make a big jump up from Rails 4 to Rails 6. And likewise to Ruby 2.7.2, which is the latest stable. There's a little fallout here, which I'll fix in the next couple of commits.
2017-10-31bump ruby version to 2.4.2Jeff King
Versions older than 2.4.x don't build with recent libssl (because of all of the deprecated bits). Since we don't have a strong preference on our ruby version, except to remain reasonably up-to-date, let's just jump right into the 2.4.x series.
2017-10-22Bump ruby version to latest 2.2.x (2.2.27)pedrorijo91
2016-03-14Update to latest railsDirkjan Bussink
2014-05-27Update ruby-versionbry4n
2014-05-271.9.3bry4n
2014-01-22Use 1.9.2 for Travis CIbry4n
2014-01-22Update about templatebry4n
2013-08-281.9.2-p320Ben Bleything
2013-01-28fixed placement of book iconJason Long