Skip to content

Commit

Permalink
Bump simple_form from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [simple_form](https://github.com/heartcombo/simple_form) from 5.2.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.2.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]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent d494448 commit ce52ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bootsnap', require: false

gem 'puma', '~> 6.4'

gem 'simple_form', '~> 5.2'
gem 'simple_form', '~> 5.3'

gem 'jwt'
gem 'premailer-rails'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand Down Expand Up @@ -295,7 +295,7 @@ GEM
sass-embedded (1.63.4-x86_64-linux-gnu)
google-protobuf (~> 3.23)
shellany (0.0.1)
simple_form (5.2.0)
simple_form (5.3.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
sinatra (3.1.0)
Expand Down Expand Up @@ -360,7 +360,7 @@ DEPENDENCIES
rails-controller-testing
rspec-github
rspec-rails
simple_form (~> 5.2)
simple_form (~> 5.3)
sinatra
sprockets-rails
terser (~> 1.1)
Expand Down

0 comments on commit ce52ec8

Please sign in to comment.