diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-05 10:17:35 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-05 10:17:35 +0200 |
commit | c5f5fcdb19c88d1d1bd27675adf181fdd1d49984 (patch) | |
tree | 8f0f115e4d8fbf2af4714b36a604579659497c5d /Gemfile | |
download | rss2html-c5f5fcdb19c88d1d1bd27675adf181fdd1d49984.tar.gz rss2html-c5f5fcdb19c88d1d1bd27675adf181fdd1d49984.tar.bz2 rss2html-c5f5fcdb19c88d1d1bd27675adf181fdd1d49984.zip |
Let's get started.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +# A sample Gemfile +source "https://rubygems.org" + +gem 'pry' |