nixpkgs/pkgs/tools/misc/t/Gemfile
2019-05-04 15:06:42 +02:00

7 lines
152 B
Ruby

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'