mirror of
https://github.com/langgenius/dify.git
synced 2025-08-24 09:08:47 +00: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' |