File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 37
37
# Add or replace dependency steps here
38
38
- name : Install Ruby and gems
39
39
# 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
41
41
with :
42
42
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
43
43
# Add or replace database setup steps here
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ gem "sentry-ruby"
62
62
gem "validate_url"
63
63
64
64
# For pausing pipelines
65
- gem "aws-sdk-codepipeline" , "~> 1.97 "
65
+ gem "aws-sdk-codepipeline" , "~> 1.99 "
66
66
67
67
# For pagination in the API
68
68
gem "kaminari"
Original file line number Diff line number Diff line change 90
90
activesupport
91
91
ast (2.4.3 )
92
92
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 )
95
95
aws-sdk-core (~> 3 , >= 3.216.0 )
96
96
aws-sigv4 (~> 1.5 )
97
- aws-sdk-core (3.223 .0 )
97
+ aws-sdk-core (3.224 .0 )
98
98
aws-eventstream (~> 1 , >= 1.3.0 )
99
99
aws-partitions (~> 1 , >= 1.992.0 )
100
100
aws-sigv4 (~> 1.9 )
106
106
base64 (0.2.0 )
107
107
benchmark (0.4.0 )
108
108
bigdecimal (3.1.9 )
109
- bootsnap (1.18.4 )
109
+ bootsnap (1.18.6 )
110
110
msgpack (~> 1.2 )
111
111
brakeman (7.0.2 )
112
112
racc
167
167
activesupport (>= 4 )
168
168
railties (>= 4 )
169
169
request_store (~> 1.0 )
170
- loofah (2.24.0 )
170
+ loofah (2.24.1 )
171
171
crass (~> 1.0.2 )
172
172
nokogiri (>= 1.12.0 )
173
173
mail (2.8.1 )
178
178
marcel (1.0.4 )
179
179
mini_mime (1.1.5 )
180
180
minitest (5.25.5 )
181
- msgpack (1.7.2 )
181
+ msgpack (1.8.0 )
182
182
net-imap (0.5.7 )
183
183
date
184
184
net-protocol
@@ -218,15 +218,15 @@ GEM
218
218
prettyprint
219
219
prettyprint (0.2.0 )
220
220
prism (1.4.0 )
221
- psych (5.2.4 )
221
+ psych (5.2.6 )
222
222
date
223
223
stringio
224
224
public_suffix (5.0.4 )
225
225
puma (6.6.0 )
226
226
nio4r (~> 2.0 )
227
227
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 )
230
230
base64 (>= 0.1.0 )
231
231
rack (>= 3.0.0 )
232
232
rack-test (2.2.0 )
@@ -329,10 +329,10 @@ GEM
329
329
rubocop (~> 1.72 , >= 1.72.1 )
330
330
ruby-progressbar (1.13.0 )
331
331
securerandom (0.4.1 )
332
- sentry-rails (5.23 .0 )
332
+ sentry-rails (5.24 .0 )
333
333
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 )
336
336
bigdecimal
337
337
concurrent-ruby (~> 1.0 , >= 1.0.2 )
338
338
simplecov (0.22.0 )
@@ -376,7 +376,7 @@ DEPENDENCIES
376
376
aasm (~> 5.5 )
377
377
acts_as_list
378
378
after_commit_everywhere (~> 1.6 )
379
- aws-sdk-codepipeline (~> 1.97 )
379
+ aws-sdk-codepipeline (~> 1.99 )
380
380
bootsnap
381
381
brakeman
382
382
bundler-audit
You can’t perform that action at this time.
0 commit comments