Skip to content

Commit

Permalink
build(deps): bump simple_form from 5.1.0 to 5.3.0 (#971)
Browse files Browse the repository at this point in the history
Bumps [simple_form](https://github.com/heartcombo/simple_form) from 5.1.0 to 5.3.0.
- [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.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: simple_form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 0266fe4 commit 2a6e537
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gem "file_validators"

# Templating utilities
gem 'haml-rails'
gem 'simple_form', '~> 5.1.0'
gem 'simple_form', '~> 5.3.0'

gem 'roadie-rails'
gem 'chartkick', '~> 3.4'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.6)
bigdecimal
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.22.2)
minitest-reporters (1.6.1)
ansi
builder
Expand All @@ -279,7 +279,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -432,7 +432,7 @@ GEM
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
simple_form (5.1.0)
simple_form (5.3.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
simple_spark (1.0.12)
Expand Down Expand Up @@ -558,7 +558,7 @@ DEPENDENCIES
shoulda-matchers (~> 4.5.1)
sidekiq
sidekiq-cron
simple_form (~> 5.1.0)
simple_form (~> 5.3.0)
simple_spark
simplecov
spring
Expand Down

0 comments on commit 2a6e537

Please sign in to comment.