Skip to content

Commit

Permalink
UPDATE gems (#223)
Browse files Browse the repository at this point in the history
* diff-lcs 1.5.1 → 1.6.0
[changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md#160--2025-02-13)

* json 2.9.1 → 2.10.1
[changelog](https://github.com/ruby/json/blob/master/CHANGES.md#2025-02-10-2101)

* nokogiri 1.18.2 → 1.18.3
[changelog](https://nokogiri.org/CHANGELOG.html)

* parser 3.3.7.0 → 3.3.7.1
[changelog](https://github.com/whitequark/parser/blob/v3.3.7.1/CHANGELOG.md)

* rexml 3.4.0 → 3.4.1
[changelog](https://github.com/ruby/rexml/releases/tag/v3.4.1)

* rspec-core 3.13.2 → 3.13.3
[changelog](https://github.com/rspec/rspec-core/blob/v3.13.3/Changelog.md)

* rubocop 1.71.1 → 1.72.2
[changelog](https://github.com/rubocop/rubocop/releases/tag/v1.72.2)

* rubocop-performance 1.23.1 → 1.24.0
[changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md#1240-2025-02-16)

* webmock 3.24.0 → 3.25.0
[changelog](https://github.com/bblimke/webmock/blob/v3.25.0/CHANGELOG.md#3250)
  • Loading branch information
MaximeD authored Feb 21, 2025
1 parent 17db5c7 commit b7e11e8
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ GEM
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
diff-lcs (1.6.0)
docile (1.4.1)
hashdiff (1.1.2)
json (2.9.1)
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
method_source (1.1.0)
mini_portile2 (2.8.8)
nokogiri (1.18.2)
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pry (0.15.2)
Expand All @@ -40,12 +41,12 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.10.0)
rexml (3.4.0)
rexml (3.4.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -54,9 +55,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.1)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -66,9 +68,10 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -84,7 +87,7 @@ GEM
unicode-emoji (4.0.4)
vcr (6.3.1)
base64
webmock (3.24.0)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit b7e11e8

Please sign in to comment.