mirror of
https://github.com/langgenius/ruby-sdk.git
synced 2026-07-01 20:35:26 -04:00
bump gem version
This commit is contained in:
@@ -9,6 +9,6 @@ gem "rake", "~> 13.0"
|
||||
|
||||
gem "minitest", "~> 5.0"
|
||||
|
||||
gem "rubocop", "~> 0.80"
|
||||
gem "rubocop", "~> 1.72"
|
||||
|
||||
gem 'webmock'
|
||||
gem 'webmock'
|
||||
|
||||
+35
-25
@@ -6,50 +6,60 @@ PATH
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
ast (2.4.2)
|
||||
crack (0.4.5)
|
||||
bigdecimal (3.1.9)
|
||||
crack (1.0.0)
|
||||
bigdecimal
|
||||
rexml
|
||||
hashdiff (1.0.1)
|
||||
minitest (5.19.0)
|
||||
parallel (1.23.0)
|
||||
parser (3.2.2.3)
|
||||
hashdiff (1.1.2)
|
||||
json (2.10.1)
|
||||
language_server-protocol (3.17.0.4)
|
||||
lint_roller (1.1.0)
|
||||
minitest (5.25.4)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.7.1)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
public_suffix (5.0.3)
|
||||
racc (1.7.1)
|
||||
public_suffix (6.0.1)
|
||||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.8.1)
|
||||
rexml (3.2.6)
|
||||
rubocop (0.93.1)
|
||||
rake (13.2.1)
|
||||
regexp_parser (2.10.0)
|
||||
rexml (3.4.1)
|
||||
rubocop (1.72.2)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8)
|
||||
rexml
|
||||
rubocop-ast (>= 0.6.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.38.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.29.0)
|
||||
parser (>= 3.2.1.0)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.38.0)
|
||||
parser (>= 3.3.1.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
unicode-display_width (1.8.0)
|
||||
webmock (3.18.1)
|
||||
unicode-display_width (3.1.4)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
webmock (3.25.0)
|
||||
addressable (>= 2.8.0)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-22
|
||||
arm64-darwin-24
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
dify_client!
|
||||
minitest (~> 5.0)
|
||||
rake (~> 13.0)
|
||||
rubocop (~> 0.80)
|
||||
rubocop (~> 1.72)
|
||||
webmock
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.3
|
||||
2.6.5
|
||||
|
||||
Reference in New Issue
Block a user