Gemfile 184 B

123456
  1. source 'https://rubygems.org'
  2. #gem 'twee2', git: 'https://github.com/harvimt/twee2.git', branch: 'release-0.7.0'
  3. gem 'twee2', path: '../twee2'
  4. gem 'rake'
  5. gem 'colorize'
  6. gem 'uuidtools'