Skip to content

Commit 817c8bc

Browse files
dependabot[bot]AP-Hunt
authored andcommitted
Batch dependency updates
Combines PRs - #745 - #746 - #749 - #751 - #752 - #753 - #754
1 parent 5e25e06 commit 817c8bc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Add or replace dependency steps here
3838
- name: Install Ruby and gems
3939
# The ruby version is taken from the .ruby-version file, no need to specify here.
40-
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
40+
uses: ruby/setup-ruby@84684c07c1965536eb4802c8daf1a77968df0cb1 # v1.239.0
4141
with:
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4343
# Add or replace database setup steps here

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gem "sentry-ruby"
6262
gem "validate_url"
6363

6464
# For pausing pipelines
65-
gem "aws-sdk-codepipeline", "~> 1.97"
65+
gem "aws-sdk-codepipeline", "~> 1.99"
6666

6767
# For pagination in the API
6868
gem "kaminari"

Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ GEM
9090
activesupport
9191
ast (2.4.3)
9292
aws-eventstream (1.3.2)
93-
aws-partitions (1.1098.0)
94-
aws-sdk-codepipeline (1.97.0)
93+
aws-partitions (1.1103.0)
94+
aws-sdk-codepipeline (1.99.0)
9595
aws-sdk-core (~> 3, >= 3.216.0)
9696
aws-sigv4 (~> 1.5)
97-
aws-sdk-core (3.223.0)
97+
aws-sdk-core (3.224.0)
9898
aws-eventstream (~> 1, >= 1.3.0)
9999
aws-partitions (~> 1, >= 1.992.0)
100100
aws-sigv4 (~> 1.9)
@@ -106,7 +106,7 @@ GEM
106106
base64 (0.2.0)
107107
benchmark (0.4.0)
108108
bigdecimal (3.1.9)
109-
bootsnap (1.18.4)
109+
bootsnap (1.18.6)
110110
msgpack (~> 1.2)
111111
brakeman (7.0.2)
112112
racc
@@ -167,7 +167,7 @@ GEM
167167
activesupport (>= 4)
168168
railties (>= 4)
169169
request_store (~> 1.0)
170-
loofah (2.24.0)
170+
loofah (2.24.1)
171171
crass (~> 1.0.2)
172172
nokogiri (>= 1.12.0)
173173
mail (2.8.1)
@@ -178,7 +178,7 @@ GEM
178178
marcel (1.0.4)
179179
mini_mime (1.1.5)
180180
minitest (5.25.5)
181-
msgpack (1.7.2)
181+
msgpack (1.8.0)
182182
net-imap (0.5.7)
183183
date
184184
net-protocol
@@ -218,15 +218,15 @@ GEM
218218
prettyprint
219219
prettyprint (0.2.0)
220220
prism (1.4.0)
221-
psych (5.2.4)
221+
psych (5.2.6)
222222
date
223223
stringio
224224
public_suffix (5.0.4)
225225
puma (6.6.0)
226226
nio4r (~> 2.0)
227227
racc (1.8.1)
228-
rack (3.1.13)
229-
rack-session (2.1.0)
228+
rack (3.1.14)
229+
rack-session (2.1.1)
230230
base64 (>= 0.1.0)
231231
rack (>= 3.0.0)
232232
rack-test (2.2.0)
@@ -329,10 +329,10 @@ GEM
329329
rubocop (~> 1.72, >= 1.72.1)
330330
ruby-progressbar (1.13.0)
331331
securerandom (0.4.1)
332-
sentry-rails (5.23.0)
332+
sentry-rails (5.24.0)
333333
railties (>= 5.0)
334-
sentry-ruby (~> 5.23.0)
335-
sentry-ruby (5.23.0)
334+
sentry-ruby (~> 5.24.0)
335+
sentry-ruby (5.24.0)
336336
bigdecimal
337337
concurrent-ruby (~> 1.0, >= 1.0.2)
338338
simplecov (0.22.0)
@@ -376,7 +376,7 @@ DEPENDENCIES
376376
aasm (~> 5.5)
377377
acts_as_list
378378
after_commit_everywhere (~> 1.6)
379-
aws-sdk-codepipeline (~> 1.97)
379+
aws-sdk-codepipeline (~> 1.99)
380380
bootsnap
381381
brakeman
382382
bundler-audit

0 commit comments

Comments
 (0)