Skip to content

Commit 350aa21

Browse files
build(deps): bump simple_form from 5.3.0 to 5.3.1 (#1090)
Bumps [simple_form](https://github.com/heartcombo/simple_form) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/heartcombo/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md) - [Commits](heartcombo/simple_form@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: simple_form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d728b12 commit 350aa21

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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

+11-11
Original file line numberDiff line numberDiff line change
@@ -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
@@ -136,7 +136,7 @@ GEM
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)