gitea-client/Gemfile

7 lines
82 B
Ruby
Raw Normal View History

2022-04-15 15:50:33 +08:00
source "https://rubygems.org"
gem 'rest-client'
group :test do
gem 'rake'
end