Skip to content

Commit 1294520

Browse files
authored
Merge branch 'develop' into dependabot/bundler/develop/sidekiq-7.2.4
2 parents 88eef67 + 350aa21 commit 1294520

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ gem "file_validators"
7070

7171
# Templating utilities
7272
gem 'haml-rails'
73-
gem 'simple_form', '~> 5.3.0'
73+
gem 'simple_form', '~> 5.3.1'
7474

7575
gem 'roadie-rails'
7676
gem 'chartkick', '~> 5.0'

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ GEM
8484
autoprefixer-rails (10.4.16.0)
8585
execjs (~> 2)
8686
aws-eventstream (1.3.0)
87-
aws-partitions (1.914.0)
88-
aws-sdk-core (3.192.0)
87+
aws-partitions (1.950.0)
88+
aws-sdk-core (3.201.0)
8989
aws-eventstream (~> 1, >= 1.3.0)
9090
aws-partitions (~> 1, >= 1.651.0)
9191
aws-sigv4 (~> 1.8)
9292
jmespath (~> 1, >= 1.6.1)
93-
aws-sdk-kms (1.79.0)
94-
aws-sdk-core (~> 3, >= 3.191.0)
95-
aws-sigv4 (~> 1.1)
96-
aws-sdk-s3 (1.147.0)
97-
aws-sdk-core (~> 3, >= 3.192.0)
93+
aws-sdk-kms (1.88.0)
94+
aws-sdk-core (~> 3, >= 3.201.0)
95+
aws-sigv4 (~> 1.5)
96+
aws-sdk-s3 (1.156.0)
97+
aws-sdk-core (~> 3, >= 3.201.0)
9898
aws-sdk-kms (~> 1)
99-
aws-sigv4 (~> 1.8)
99+
aws-sigv4 (~> 1.5)
100100
aws-sigv4 (1.8.0)
101101
aws-eventstream (~> 1, >= 1.0.2)
102102
base64 (0.2.0)
@@ -105,7 +105,7 @@ GEM
105105
erubi (>= 1.0.0)
106106
rack (>= 0.9.0)
107107
rouge (>= 1.0.0)
108-
bigdecimal (3.1.7)
108+
bigdecimal (3.1.8)
109109
bindex (0.8.1)
110110
binding_of_caller (1.0.1)
111111
debug_inspector (>= 1.2.0)
@@ -121,7 +121,7 @@ GEM
121121
autoprefixer-rails (>= 9.1.0)
122122
popper_js (>= 1.16.1, < 2)
123123
sassc-rails (>= 2.0.0)
124-
builder (3.2.4)
124+
builder (3.3.0)
125125
byebug (11.1.3)
126126
capybara (3.40.0)
127127
addressable
@@ -132,11 +132,11 @@ GEM
132132
rack-test (>= 0.6.3)
133133
regexp_parser (>= 1.5, < 3.0)
134134
xpath (~> 3.2)
135-
chartkick (5.0.6)
135+
chartkick (5.0.7)
136136
codeclimate-test-reporter (1.0.9)
137137
simplecov (<= 0.13)
138138
coderay (1.1.3)
139-
concurrent-ruby (1.2.3)
139+
concurrent-ruby (1.3.3)
140140
connection_pool (2.4.1)
141141
crack (1.0.0)
142142
bigdecimal
@@ -165,7 +165,7 @@ GEM
165165
dotenv (= 3.1.0)
166166
railties (>= 6.1)
167167
drb (2.2.1)
168-
erubi (1.12.0)
168+
erubi (1.13.0)
169169
et-orbi (1.2.7)
170170
tzinfo
171171
excon (0.109.0)
@@ -226,7 +226,7 @@ GEM
226226
httparty (0.21.0)
227227
mini_mime (>= 1.0.0)
228228
multi_xml (>= 0.5.2)
229-
i18n (1.14.4)
229+
i18n (1.14.5)
230230
concurrent-ruby (~> 1.0)
231231
importmap-rails (2.0.1)
232232
actionpack (>= 6.0.0)
@@ -267,8 +267,8 @@ GEM
267267
mime-types-data (~> 3.2015)
268268
mime-types-data (3.2024.0206)
269269
mini_mime (1.1.5)
270-
mini_portile2 (2.8.6)
271-
minitest (5.22.3)
270+
mini_portile2 (2.8.7)
271+
minitest (5.24.1)
272272
minitest-reporters (1.6.1)
273273
ansi
274274
builder
@@ -295,7 +295,7 @@ GEM
295295
net-smtp (0.4.0.1)
296296
net-protocol
297297
nio4r (2.7.0)
298-
nokogiri (1.16.4)
298+
nokogiri (1.16.6)
299299
mini_portile2 (~> 2.8.2)
300300
racc (~> 1.4)
301301
notiffany (0.1.3)
@@ -336,7 +336,7 @@ GEM
336336
puma (6.4.2)
337337
nio4r (~> 2.0)
338338
raabro (1.4.0)
339-
racc (1.7.3)
339+
racc (1.8.0)
340340
rack (2.2.9)
341341
rack-cors (2.0.2)
342342
rack (>= 2.0.0)
@@ -459,7 +459,7 @@ GEM
459459
fugit (~> 1.8)
460460
globalid (>= 1.0.1)
461461
sidekiq (>= 6)
462-
simple_form (5.3.0)
462+
simple_form (5.3.1)
463463
actionpack (>= 5.2)
464464
activemodel (>= 5.2)
465465
simple_spark (1.0.12)
@@ -587,7 +587,7 @@ DEPENDENCIES
587587
shoulda-matchers (~> 4.5.1)
588588
sidekiq
589589
sidekiq-cron
590-
simple_form (~> 5.3.0)
590+
simple_form (~> 5.3.1)
591591
simple_spark
592592
simplecov
593593
spring

0 commit comments

Comments
 (0)