diff options
Diffstat (limited to '3-ruby-tags/Gemfile')
| -rw-r--r-- | 3-ruby-tags/Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3-ruby-tags/Gemfile b/3-ruby-tags/Gemfile new file mode 100644 index 0000000..72dcf70 --- /dev/null +++ b/3-ruby-tags/Gemfile @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +gem "webrick" |
