mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-10 19:52:04 +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' |