Skip to content

Commit

Permalink
Merge pull request #4113 from envato/patches
Browse files Browse the repository at this point in the history
Apply security patches for dependencies
  • Loading branch information
grosser authored Aug 8, 2024
2 parents bf47fcd + fd386df commit 5282f8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.4-slim
FROM ruby:3.2.5-slim

# Install dependencies
RUN \
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.4)
strscan
rollbar (2.27.1)
rollbar-user_informer (0.1.0)
rollbar (~> 2.15)
Expand Down Expand Up @@ -800,7 +800,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.4p170
ruby 3.2.5p208

BUNDLED WITH
2.5.11
2.5.17

0 comments on commit 5282f8d

Please sign in to comment.