mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
14 lines
216 B
Ruby
14 lines
216 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in dify_client.gemspec
|
|
gemspec
|
|
|
|
gem "rake", "~> 13.0"
|
|
|
|
gem "minitest", "~> 5.0"
|
|
|
|
gem "rubocop", "~> 0.80"
|
|
|
|
gem 'webmock' |