blob: f396f5d059f1a03d2ac05f6784811ee92a113a45 (
plain)
1
2
3
4
5
6
7
8
|
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in net-hippie.gemspec
gemspec
|