kook/Gemfile

9 lines
116 B
Ruby
Raw Normal View History

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