Skip to content

Commit

Permalink
UPDATE gems
Browse files Browse the repository at this point in the history
* json 2.6.3 → 2.7.1
[changelog](https://github.com/flori/json/blob/master/CHANGES.md#2023-12-05-271)

* mini_portile2 2.8.4 → 2.8.5

* nokogiri 1.15.4 → 1.15.5
[changelog](https://nokogiri.org/CHANGELOG.html)

* parser 3.2.2.3 → 3.2.2.4
[changelog](https://github.com/whitequark/parser/blob/v3.2.2.4/CHANGELOG.md)

* public_suffix 5.0.3 → 5.0.4
[changelog](https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md#504)

* racc 1.7.1 → 1.7.3

* rake 13.0.6 → 13.1.0
[changelog](https://github.com/ruby/rake/blob/v13.1.0/History.rdoc)

* regexp_parser 2.8.1 → 2.8.3
[changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md#283---2023-12-04---janosch-müller)

* rubocop 1.56.4 → 1.58.0
[changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md#1580-2023-12-01)

* rubocop-ast 1.29.0 → 1.30.0
[changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md#1300-2023-10-26)

* unicode-display_width 2.4.2 → 2.5.0
[changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md#250)
  • Loading branch information
MaximeD committed Dec 8, 2023
1 parent 1e17b4c commit 61cac1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Fixes:
* GitHub changelog link anchors no longer found

Updates:
* gems

# v7.0.0 (September 30, 2023)

Changed:
Expand Down
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,31 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
coderay (1.1.3)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
docile (1.4.0)
hashdiff (1.0.1)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.4)
nokogiri (1.15.4)
mini_portile2 (2.8.5)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
racc (1.7.1)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rake (13.1.0)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -52,19 +51,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -79,7 +77,7 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
vcr (6.2.0)
webmock (3.19.1)
addressable (>= 2.8.0)
Expand All @@ -102,4 +100,4 @@ DEPENDENCIES
webmock (~> 3.18)

BUNDLED WITH
2.5.0.dev
2.4.19

0 comments on commit 61cac1b

Please sign in to comment.