kook/Gemfile

9 lines
116 B
Text
Raw Normal View History

2013-12-31 00:29:07 +01:00
# A sample Gemfile
source "https://rubygems.org"
gem "pry"
2014-01-03 10:38:52 +01:00
gem "rb-readline"
2013-12-31 00:29:07 +01:00
gem "thor"
gem "colorize"
2014-01-03 00:25:36 +01:00
gem "rspec"