Skip to content

Commit

Permalink
UPDATE gems (#173)
Browse files Browse the repository at this point in the history
* addressable 2.8.4 → 2.8.5
[changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md#addressable-285-)

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

* rexml 3.2.5 → 3.2.6

* rubocop 1.55.0 → 1.56.4
[changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)

* rubocop-performance 1.18.0 → 1.19.1
[changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md#1191-2023-09-17)

* webmock 3.18.1 → 3.19.1
[changelog](https://github.com/bblimke/webmock/blob/v3.19.1/CHANGELOG.md)
  • Loading branch information
MaximeD authored Sep 30, 2023
1 parent 1c02832 commit 6f19d5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Changed:
Deprecated:
* [rails-assets](https://rails-assets.org/#/) support

Updates:
* gems

Development tools:
* add `.ruby-version``
* add `Makefile`
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
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
Expand All @@ -22,7 +23,7 @@ GEM
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.4)
nokogiri (1.15.3)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
Expand All @@ -37,7 +38,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -51,7 +52,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.55.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -64,7 +66,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.18.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
Expand All @@ -79,7 +81,7 @@ GEM
simplecov_json_formatter (0.1.4)
unicode-display_width (2.4.2)
vcr (6.2.0)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit 6f19d5a

Please sign in to comment.