Skip to content

Commit

Permalink
build(deps): bump simple_form from 5.1.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.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]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 2b9e118 commit 2af4be6
Show file tree
Hide file tree
Showing 37 changed files with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
codeclimate-test-reporter (1.0.7)
simplecov
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.3)
connection_pool (2.2.5)
crack (0.4.5)
rexml
Expand All @@ -138,7 +138,7 @@ GEM
dotenv (= 2.7.6)
railties (>= 3.2)
errbase (0.2.1)
erubi (1.10.0)
erubi (1.12.0)
erubis (2.7.0)
et-orbi (1.2.4)
tzinfo
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.10)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
jquery-rails (4.4.0)
Expand All @@ -220,9 +220,9 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.12.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
lumberjack (1.2.6)
mail (2.7.1)
mini_mime (>= 0.1.1)
Expand All @@ -236,8 +236,8 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
mini_portile2 (2.8.5)
minitest (5.21.2)
minitest-reporters (1.4.3)
ansi
builder
Expand All @@ -253,10 +253,10 @@ GEM
mysql2 (0.5.3)
nenv (0.3.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -290,12 +290,12 @@ GEM
puma (5.5.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.5.2)
rack (2.2.3)
racc (1.7.3)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.4.5)
actioncable (= 5.2.4.5)
actionmailer (= 5.2.4.5)
Expand All @@ -313,11 +313,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-settings-cached (0.7.2)
rails (>= 4.2.0)
rails_12factor (0.0.3)
Expand Down Expand Up @@ -352,8 +354,9 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
ruby_http_client (3.5.2)
ruby_parser (3.14.2)
sexp_processor (~> 4.9)
ruby_parser (3.21.0)
racc (~> 1.5)
sexp_processor (~> 4.16)
rubyzip (2.3.0)
safely_block (0.3.0)
errbase (>= 0.1.1)
Expand All @@ -376,7 +379,7 @@ GEM
sendgrid-ruby (~> 6.4)
sendgrid-ruby (6.4.0)
ruby_http_client (~> 3.4)
sexp_processor (4.15.0)
sexp_processor (4.17.1)
shellany (0.0.1)
shoulda (4.0.0)
shoulda-context (~> 2.0)
Expand All @@ -388,7 +391,7 @@ GEM
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
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 @@ -423,7 +426,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down
Binary file removed vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/erubi-1.10.0.gem
Binary file not shown.
Binary file added vendor/cache/erubi-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.1.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.10.gem
Binary file not shown.
Binary file removed vendor/cache/loofah-2.12.0.gem
Binary file not shown.
Binary file added vendor/cache/loofah-2.22.0.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.6.1.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.5.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.14.4.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.21.2.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.4-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.4.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.5.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.2-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.16.2.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.8.gem
Binary file not shown.
Binary file removed vendor/cache/rack-test-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-test-2.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/rails-dom-testing-2.0.3.gem
Binary file not shown.
Binary file added vendor/cache/rails-dom-testing-2.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rails-html-sanitizer-1.4.2.gem
Binary file not shown.
Binary file added vendor/cache/rails-html-sanitizer-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby_parser-3.14.2.gem
Binary file not shown.
Binary file added vendor/cache/ruby_parser-3.21.0.gem
Binary file not shown.
Binary file removed vendor/cache/sexp_processor-4.15.0.gem
Binary file not shown.
Binary file added vendor/cache/sexp_processor-4.17.1.gem
Binary file not shown.
Binary file removed vendor/cache/simple_form-5.1.0.gem
Binary file not shown.
Binary file added vendor/cache/simple_form-5.3.0.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-1.2.11.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-1.2.9.gem
Binary file not shown.

0 comments on commit 2af4be6

Please sign in to comment.