depot/third_party/nixpkgs/pkgs/tools/misc/t/Gemfile

7 lines
152 B
Text
Raw Normal View History

source "https://rubygems.org"
gem 't'
# Needed because the twitter gem changed API.
# https://github.com/sferik/t/issues/402
gem 'twitter', '~> 6.1.0'