Skip to content

Commit 18a8a3c

Browse files
MattyTheHackerdependabot[bot]automatic-pr-updater[bot]
authored
Bump ruby version (#833)
* Bump ruby from 3.4.4 to 3.4.5 Bumps ruby from 3.4.4 to 3.4.5. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump * bump deps * Fix newline at end of .ruby-version file Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> * bump * Revert "Merge main into ruby-update" This reverts commit 091a79a, reversing changes made to 4e7a382. * Bump CodeQL action * Fix constitution --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: automatic-pr-updater[bot] <217796550+automatic-pr-updater[bot]@users.noreply.github.com>
1 parent a5908cf commit 18a8a3c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: ${{ matrix.language }}
3434

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.4 AS base
1+
FROM ruby:3.4.5 AS base
22

33
RUN bundle config set frozen 'true' && \
44
bundle config set path '/vendor/bundle'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.3.0)
7-
bigdecimal (3.1.9)
7+
bigdecimal (3.2.2)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
1010
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.1)
15+
ffi (1.17.2)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (4.30.1)
17+
google-protobuf (4.32.0)
1818
bigdecimal
1919
rake (>= 13)
2020
http_parser.rb (0.8.0)
@@ -47,7 +47,7 @@ GEM
4747
jekyll (>= 3.8, < 5.0)
4848
jekyll-watch (2.2.1)
4949
listen (~> 3.0)
50-
json (2.10.2)
50+
json (2.13.2)
5151
kramdown (2.5.1)
5252
rexml (>= 3.3.9)
5353
kramdown-parser-gfm (1.1.0)
@@ -60,16 +60,16 @@ GEM
6060
mercenary (0.4.0)
6161
pathutil (0.16.2)
6262
forwardable-extended (~> 2.6)
63-
public_suffix (6.0.1)
64-
rake (13.2.1)
63+
public_suffix (6.0.2)
64+
rake (13.3.0)
6565
rb-fsevent (0.11.2)
6666
rb-inotify (0.11.1)
6767
ffi (~> 1.0)
68-
rexml (3.4.1)
69-
rouge (4.5.1)
68+
rexml (3.4.2)
69+
rouge (4.6.0)
7070
safe_yaml (1.0.5)
71-
sass-embedded (1.86.0)
72-
google-protobuf (~> 4.30)
71+
sass-embedded (1.91.0)
72+
google-protobuf (~> 4.31)
7373
rake (>= 13)
7474
terminal-table (3.0.2)
7575
unicode-display_width (>= 1.1.1, < 3)
@@ -89,4 +89,4 @@ DEPENDENCIES
8989
webrick
9090

9191
BUNDLED WITH
92-
2.6.6
92+
2.7.1

0 commit comments

Comments
 (0)