You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/sdks/ruby-client/Gemfile

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'