Skip to content

Commit

Permalink
Gemfile.lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Jul 22, 2024
1 parent 33d3aba commit 927bbe2
Showing 1 changed file with 37 additions and 33 deletions.
70 changes: 37 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ontologies_api_client (2.2.5)
ontologies_api_client (2.3.0)
activesupport (= 7.0.8)
addressable (~> 2.8)
excon
Expand All @@ -21,71 +21,75 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
excon (0.109.0)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
concurrent-ruby (1.3.3)
excon (0.111.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-excon (2.1.0)
excon (>= 0.27.4)
faraday (~> 2.0)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
i18n (1.14.1)
faraday-net_http (3.1.0)
net-http
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
lz4-ruby (0.3.3)
method_source (1.0.0)
minitest (5.20.0)
method_source (1.1.0)
minitest (5.24.1)
minitest-hooks (1.5.1)
minitest (> 5.3)
multi_json (1.15.0)
multipart-post (2.3.0)
oj (3.16.3)
multipart-post (2.4.1)
net-http (0.4.1)
uri
oj (3.16.4)
bigdecimal (>= 3.0)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
racc (1.7.3)
public_suffix (6.0.0)
racc (1.8.0)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.2)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
spawnling (2.1.5)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)

PLATFORMS
ruby
Expand All @@ -103,4 +107,4 @@ DEPENDENCIES
rubocop (~> 1.43)

BUNDLED WITH
2.3.22
2.4.18

0 comments on commit 927bbe2

Please sign in to comment.