Skip to content

Commit

Permalink
Merge pull request #4129 from envato/updates
Browse files Browse the repository at this point in the history
Patch Ruby dependencies to resolve security issues
  • Loading branch information
grosser authored Mar 7, 2025
2 parents 0ef289b + b83651d commit c8af59e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.3.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.6-slim
FROM ruby:3.3.7-slim

# Install dependencies
RUN \
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ GEM
uri
net-http-persistent (4.0.5)
connection_pool (~> 2.2)
net-imap (0.5.5)
net-imap (0.5.6)
date
net-protocol
net-ldap (0.19.0)
Expand All @@ -474,16 +474,16 @@ GEM
netrc (0.11.0)
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.18.2)
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.2-aarch64-linux-gnu)
nokogiri (1.18.3-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.2-arm64-darwin)
nokogiri (1.18.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-darwin)
nokogiri (1.18.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-gnu)
nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -544,7 +544,7 @@ GEM
nio4r (~> 2.0)
pyu-ruby-sasl (0.0.3.3)
racc (1.8.1)
rack (2.2.10)
rack (2.2.12)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-protection (3.2.0)
Expand Down Expand Up @@ -667,7 +667,7 @@ GEM
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uri (1.0.2)
uri (1.0.3)
validates_lengths_from_database (0.8.0)
activerecord (>= 4)
version_gem (1.1.4)
Expand Down Expand Up @@ -821,7 +821,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.6p108
ruby 3.3.7p123

BUNDLED WITH
2.6.2
2.6.5

0 comments on commit c8af59e

Please sign in to comment.