Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Add or replace dependency steps here
- name: Install Ruby and gems
# The ruby version is taken from the .ruby-version file, no need to specify here.
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
uses: ruby/setup-ruby@84684c07c1965536eb4802c8daf1a77968df0cb1 # v1.239.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
# Add or replace database setup steps here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem "sentry-ruby"
gem "validate_url"

# For pausing pipelines
gem "aws-sdk-codepipeline", "~> 1.97"
gem "aws-sdk-codepipeline", "~> 1.99"

# For pagination in the API
gem "kaminari"
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ GEM
activesupport
ast (2.4.3)
aws-eventstream (1.3.2)
aws-partitions (1.1098.0)
aws-sdk-codepipeline (1.97.0)
aws-partitions (1.1103.0)
aws-sdk-codepipeline (1.99.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.223.0)
aws-sdk-core (3.224.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand All @@ -106,7 +106,7 @@ GEM
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
bootsnap (1.18.4)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.0.2)
racc
Expand Down Expand Up @@ -167,7 +167,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -178,7 +178,7 @@ GEM
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.25.5)
msgpack (1.7.2)
msgpack (1.8.0)
net-imap (0.5.7)
date
net-protocol
Expand Down Expand Up @@ -218,15 +218,15 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
psych (5.2.4)
psych (5.2.6)
date
stringio
public_suffix (5.0.4)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.14)
rack-session (2.1.0)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
Expand Down Expand Up @@ -329,10 +329,10 @@ GEM
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
sentry-rails (5.23.0)
sentry-rails (5.24.0)
railties (>= 5.0)
sentry-ruby (~> 5.23.0)
sentry-ruby (5.23.0)
sentry-ruby (~> 5.24.0)
sentry-ruby (5.24.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
Expand Down Expand Up @@ -376,7 +376,7 @@ DEPENDENCIES
aasm (~> 5.5)
acts_as_list
after_commit_everywhere (~> 1.6)
aws-sdk-codepipeline (~> 1.97)
aws-sdk-codepipeline (~> 1.99)
bootsnap
brakeman
bundler-audit
Expand Down