Skip to content

Commit 0b572da

Browse files
author
Hasso Plattner Institut
committed
Export release-9007@46942bf6
1 parent 90833cf commit 0b572da

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ GEM
182182
aes_key_wrap (1.1.0)
183183
afm (0.2.2)
184184
amq-protocol (2.3.3)
185-
anyway_config (2.7.0)
185+
anyway_config (2.7.1)
186186
ruby-next-core (~> 1.0)
187187
arabic-letter-connector (0.1.1)
188188
ast (2.4.2)
189189
attr_required (1.0.2)
190190
awesome_nested_set (3.8.0)
191191
activerecord (>= 4.0.0, < 8.1)
192192
aws-eventstream (1.3.1)
193-
aws-partitions (1.1054.0)
193+
aws-partitions (1.1058.0)
194194
aws-sdk-core (3.219.0)
195195
aws-eventstream (~> 1, >= 1.3.0)
196196
aws-partitions (~> 1, >= 1.992.0)
@@ -460,7 +460,7 @@ GEM
460460
loofah (2.24.0)
461461
crass (~> 1.0.2)
462462
nokogiri (>= 1.12.0)
463-
lookbook (2.3.4)
463+
lookbook (2.3.5)
464464
activemodel
465465
css_parser
466466
htmlbeautifier (~> 1.3)
@@ -544,10 +544,10 @@ GEM
544544
rack (>= 1.2, < 4)
545545
snaky_hash (~> 2.0)
546546
version_gem (~> 1.1)
547-
oj (3.16.9)
547+
oj (3.16.10)
548548
bigdecimal (>= 3.0)
549549
ostruct (>= 0.2)
550-
omniauth (2.1.2)
550+
omniauth (2.1.3)
551551
hashie (>= 3.4.6)
552552
rack (>= 2.2.3)
553553
rack-protection
@@ -571,7 +571,7 @@ GEM
571571
validate_url
572572
webfinger (~> 2.0)
573573
opentelemetry-api (1.5.0)
574-
opentelemetry-common (0.21.0)
574+
opentelemetry-common (0.22.0)
575575
opentelemetry-api (~> 1.0)
576576
optimist (3.2.0)
577577
ostruct (0.6.1)
@@ -713,7 +713,7 @@ GEM
713713
rdoc (6.12.0)
714714
psych (>= 4.0.0)
715715
recaptcha (5.19.0)
716-
redcarpet (3.6.0)
716+
redcarpet (3.6.1)
717717
redis (5.4.0)
718718
redis-client (>= 0.22.0)
719719
redis-client (0.23.2)
@@ -775,7 +775,7 @@ GEM
775775
rspec-support (3.13.2)
776776
rspec-teamcity (1.0.0)
777777
rspec (>= 2.99, >= 2.14.2, < 4)
778-
rubocop (1.73.0)
778+
rubocop (1.73.1)
779779
json (~> 2.3)
780780
language_server-protocol (~> 3.17.0.2)
781781
lint_roller (~> 1.1.0)
@@ -786,7 +786,7 @@ GEM
786786
rubocop-ast (>= 1.38.0, < 2.0)
787787
ruby-progressbar (~> 1.7)
788788
unicode-display_width (>= 2.4.0, < 4.0)
789-
rubocop-ast (1.38.0)
789+
rubocop-ast (1.38.1)
790790
parser (>= 3.3.1.0)
791791
rubocop-capybara (2.21.0)
792792
rubocop (~> 1.41)
@@ -796,7 +796,7 @@ GEM
796796
lint_roller (~> 1.1)
797797
rubocop (>= 1.72.1, < 2.0)
798798
rubocop-ast (>= 1.38.0, < 2.0)
799-
rubocop-rails (2.30.1)
799+
rubocop-rails (2.30.2)
800800
activesupport (>= 4.2.0)
801801
lint_roller (~> 1.1)
802802
rack (>= 1.1)
@@ -819,10 +819,10 @@ GEM
819819
sanitize (7.0.0)
820820
crass (~> 1.0.2)
821821
nokogiri (>= 1.16.8)
822-
sass-embedded (1.85.0)
822+
sass-embedded (1.85.1)
823823
google-protobuf (~> 4.29)
824824
rake (>= 13)
825-
sass-embedded (1.85.0-x86_64-linux-gnu)
825+
sass-embedded (1.85.1-x86_64-linux-gnu)
826826
google-protobuf (~> 4.29)
827827
sassc-embedded (1.80.4)
828828
sass-embedded (~> 1.80)
@@ -922,14 +922,14 @@ GEM
922922
unicode-display_width (3.1.4)
923923
unicode-emoji (~> 4.0, >= 4.0.4)
924924
unicode-emoji (4.0.4)
925-
uri (1.0.2)
925+
uri (1.0.3)
926926
useragent (0.16.11)
927927
uuid4 (1.4.0)
928928
base62-rb (~> 0.3.0)
929929
validate_url (1.0.15)
930930
activemodel (>= 3.0.0)
931931
public_suffix
932-
version_gem (1.1.5)
932+
version_gem (1.1.6)
933933
view_component (3.21.0)
934934
activesupport (>= 5.2.0, < 8.1)
935935
concurrent-ruby (~> 1.0)

app/assets/stylesheets/components/_copy_to_clipboard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
&__label {
21-
margin-right: 5px;
21+
margin-left: 5px;
2222
}
2323

2424
&__tooltip {

integration/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
addressable (2.8.7)
3232
public_suffix (>= 2.0.2, < 7.0)
3333
aws-eventstream (1.3.1)
34-
aws-partitions (1.1054.0)
34+
aws-partitions (1.1058.0)
3535
aws-sdk-core (3.219.0)
3636
aws-eventstream (~> 1, >= 1.3.0)
3737
aws-partitions (~> 1, >= 1.992.0)

services/account/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
public_suffix (>= 2.0.2, < 7.0)
116116
amq-protocol (2.3.3)
117117
aws-eventstream (1.3.1)
118-
aws-partitions (1.1054.0)
118+
aws-partitions (1.1058.0)
119119
aws-sdk-core (3.219.0)
120120
aws-eventstream (~> 1, >= 1.3.0)
121121
aws-partitions (~> 1, >= 1.992.0)

services/collabspace/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
public_suffix (>= 2.0.2, < 7.0)
119119
amq-protocol (2.3.3)
120120
aws-eventstream (1.3.1)
121-
aws-partitions (1.1054.0)
121+
aws-partitions (1.1058.0)
122122
aws-sdk-core (3.219.0)
123123
aws-eventstream (~> 1, >= 1.3.0)
124124
aws-partitions (~> 1, >= 1.992.0)

services/course/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
awesome_nested_set (3.8.0)
126126
activerecord (>= 4.0.0, < 8.1)
127127
aws-eventstream (1.3.1)
128-
aws-partitions (1.1054.0)
128+
aws-partitions (1.1058.0)
129129
aws-sdk-core (3.219.0)
130130
aws-eventstream (~> 1, >= 1.3.0)
131131
aws-partitions (~> 1, >= 1.992.0)
@@ -253,7 +253,7 @@ GEM
253253
racc (~> 1.4)
254254
nokogiri (1.18.3-x86_64-linux-gnu)
255255
racc (~> 1.4)
256-
oj (3.16.9)
256+
oj (3.16.10)
257257
bigdecimal (>= 3.0)
258258
ostruct (>= 0.2)
259259
ostruct (0.6.1)

services/course/spec/controllers/persist_ranking_tasks_controller_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
user_id:,
5050
quantile: start_quantile,
5151
quantiled_user_dpoints: start_quantiled_user_dpoints,
52-
deleted: i % 2 ? true : false) # rubocop:disable Style/RedundantCondition
52+
deleted: i % 2 ? true : false)
5353
end
5454
end
5555

services/news/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
public_suffix (>= 2.0.2, < 7.0)
119119
amq-protocol (2.3.3)
120120
aws-eventstream (1.3.1)
121-
aws-partitions (1.1054.0)
121+
aws-partitions (1.1058.0)
122122
aws-sdk-core (3.219.0)
123123
aws-eventstream (~> 1, >= 1.3.0)
124124
aws-partitions (~> 1, >= 1.992.0)
@@ -334,7 +334,7 @@ GEM
334334
rbtree (0.4.6)
335335
rdoc (6.12.0)
336336
psych (>= 4.0.0)
337-
redcarpet (3.6.0)
337+
redcarpet (3.6.1)
338338
redis (5.4.0)
339339
redis-client (>= 0.22.0)
340340
redis-client (0.23.2)

services/notification/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ GEM
254254
paginate-responder (2.1.0)
255255
rack-link_headers (>= 2.2)
256256
pg (1.5.9)
257-
pkg-config (1.5.9)
257+
pkg-config (1.6.0)
258258
pp (0.6.2)
259259
prettyprint
260260
premailer (1.27.0)
@@ -331,7 +331,7 @@ GEM
331331
red-colors (0.4.0)
332332
json
333333
matrix
334-
redcarpet (3.6.0)
334+
redcarpet (3.6.1)
335335
redis (5.4.0)
336336
redis-client (>= 0.22.0)
337337
redis-client (0.23.2)

services/peerassessment/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
public_suffix (>= 2.0.2, < 7.0)
122122
amq-protocol (2.3.3)
123123
aws-eventstream (1.3.1)
124-
aws-partitions (1.1054.0)
124+
aws-partitions (1.1058.0)
125125
aws-sdk-core (3.219.0)
126126
aws-eventstream (~> 1, >= 1.3.0)
127127
aws-partitions (~> 1, >= 1.992.0)

services/pinboard/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
public_suffix (>= 2.0.2, < 7.0)
119119
amq-protocol (2.3.3)
120120
aws-eventstream (1.3.1)
121-
aws-partitions (1.1054.0)
121+
aws-partitions (1.1058.0)
122122
aws-sdk-core (3.219.0)
123123
aws-eventstream (~> 1, >= 1.3.0)
124124
aws-partitions (~> 1, >= 1.992.0)

services/quiz/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
public_suffix (>= 2.0.2, < 7.0)
122122
amq-protocol (2.3.3)
123123
aws-eventstream (1.3.1)
124-
aws-partitions (1.1054.0)
124+
aws-partitions (1.1058.0)
125125
aws-sdk-core (3.219.0)
126126
aws-eventstream (~> 1, >= 1.3.0)
127127
aws-partitions (~> 1, >= 1.992.0)

services/timeeffort/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ GEM
284284
rbtree (0.4.6)
285285
rdoc (6.12.0)
286286
psych (>= 4.0.0)
287-
redcarpet (3.6.0)
287+
redcarpet (3.6.1)
288288
redis (5.4.0)
289289
redis-client (>= 0.22.0)
290290
redis-client (0.23.2)

0 commit comments

Comments
 (0)