Skip to content

Commit

Permalink
Ruby and Bundle update.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Oct 29, 2024
1 parent cf200a0 commit 7925141
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.3.5
55 changes: 28 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
json (2.6.3)
json-schema (4.0.0)
addressable (>= 2.8)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
json (2.7.4)
json-schema (5.0.1)
addressable (~> 2.8)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.3)
logger (1.6.1)
net-http (0.4.1)
uri
parallel (1.26.3)
parser (3.3.5.0)
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.3.6)
strscan
rubocop (1.54.2)
rake (13.2.1)
regexp_parser (2.9.2)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
strscan (3.1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.6.0)
uri (0.13.1)

PLATFORMS
ruby
Expand Down

0 comments on commit 7925141

Please sign in to comment.