nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile
talyz 0dcc8c9adb
discourse: Update plugins
Co-authored-by: Paul Grayson <pdg@alum.mit.edu>
2023-02-09 17:36:36 +01:00

8 lines
121 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "sawyer", "0.9.2"
gem "octokit", "5.6.1"