about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile
blob: 7c0e7f435ae736312d2a35e202b75107e80c6c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# gem "rails"
gem 'sawyer', '0.8.2'
gem 'octokit', '4.21.0'