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
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2021-06-29 23:00:54 +0300
committerJeff King <peff@peff.net>2021-06-29 23:16:59 +0300
commit2c0a5ee5fc864fd28206f2494773dc98b9e3592a (patch)
tree08925bd645274bec8e1b85dd0013a7c7814e5c8d /Gemfile
parent45beb496e92e270b0483f54c8b791c6db34e0ab9 (diff)
bump ruby version to 2.7.3
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).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0e3dcb1a..ebd49cbe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
-ruby "2.7.2"
+ruby "2.7.3"
gem "rails", "~> 6.0"