From 627fd53af2da2e89fb6c6de3a8d950e27c42620c Mon Sep 17 00:00:00 2001 From: Ayaan Kazerouni Date: Mon, 3 Aug 2020 10:38:13 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f461442..51536abf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Students may practice coding exercises or multiple-choice-questions on a variety CodeWorkout was inspired by many great systems built by others, but aims to bring together the best from earlier forerunners while adding important new features. It provides comprehensive support for teachers who want to use coding exercises in their courses, while also maintaining flexibility for self-paced learners who aren't part of an organized course. -Try it out at [https://code-workout.cs.vt.edu]. +Try it out at https://codeworkout.cs.vt.edu. You can play around without signing up if you like. ## Contents From 6e86380e1572a8f2d9cdf948e47f1c951fb1c000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:21:13 +0000 Subject: [PATCH 2/2] Bump redcarpet from 3.4.0 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmg/redcarpet/compare/v3.4.0...v3.5.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9848d92..8b805ea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -367,7 +367,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rdoc (6.1.1) - redcarpet (3.4.0) + redcarpet (3.5.1) regexp_parser (1.5.1) remotipart (1.4.3) representable (2.4.1)