mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +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' |