Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redcarpet from 3.4.0 to 3.5.1 #183

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down