Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2023
1 parent 41edab2 commit de69326
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion logorama/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

ruby "3.2.1"
ruby "3.2.2"
14 changes: 7 additions & 7 deletions logorama/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
Expand All @@ -17,8 +17,8 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
google-protobuf (3.22.2)
google-protobuf (3.22.2-x86_64-darwin)
google-protobuf (3.22.5)
google-protobuf (3.22.5-x86_64-darwin)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
minitest (5.18.1)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -87,7 +87,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
rouge (4.1.2)
safe_yaml (1.0.5)
sass-embedded (1.59.3)
google-protobuf (~> 3.21)
Expand Down Expand Up @@ -118,7 +118,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.6
2 changes: 1 addition & 1 deletion pdfstar/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "mdl"
gem "rubocop", require: false

ruby "3.2.1"
ruby "3.2.2"
6 changes: 3 additions & 3 deletions pdfstar/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
chef-utils (18.1.0)
chef-utils (18.1.29)
concurrent-ruby
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
ffi (1.15.5)
ffi-win32-extensions (1.0.4)
ffi
Expand Down Expand Up @@ -67,7 +67,7 @@ DEPENDENCIES
rubocop

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.6

0 comments on commit de69326

Please sign in to comment.