nixpkgs-odroid-hc4/pkgs/tools/misc/t/Gemfile
2025-12-20 09:59:59 +11:00

6 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'