Browse Source

Merge pull request #1733 from freeCodeCamp/renovate/ruby-2.x

chore(deps): update dependency ruby to v2.7.6
renovate[bot] 3 years ago
parent
commit
b3e5849297
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .ruby-version
  2. 1 1
      Dockerfile

+ 1 - 1
.ruby-version

@@ -1 +1 @@
-2.7.5
+2.7.6

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM ruby:2.7.5
+FROM ruby:2.7.6
 
 ENV LANG=C.UTF-8
 ENV ENABLE_SERVICE_WORKER=true