Bump simple_form from 5.1.0 to 5.2.0 (#23328)
Bumps [simple_form](https://github.com/heartcombo/simple_form) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/heartcombo/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/simple_form/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: simple_form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									068851654f
								
							
						
					
					
						commit
						2b107ab81f
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							| 
						 | 
					@ -85,7 +85,7 @@ gem 'sidekiq-scheduler', '~> 4.0'
 | 
				
			||||||
gem 'sidekiq-unique-jobs', '~> 7.1'
 | 
					gem 'sidekiq-unique-jobs', '~> 7.1'
 | 
				
			||||||
gem 'sidekiq-bulk', '~> 0.2.0'
 | 
					gem 'sidekiq-bulk', '~> 0.2.0'
 | 
				
			||||||
gem 'simple-navigation', '~> 4.4'
 | 
					gem 'simple-navigation', '~> 4.4'
 | 
				
			||||||
gem 'simple_form', '~> 5.1'
 | 
					gem 'simple_form', '~> 5.2'
 | 
				
			||||||
gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie'
 | 
					gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie'
 | 
				
			||||||
gem 'stoplight', '~> 3.0.1'
 | 
					gem 'stoplight', '~> 3.0.1'
 | 
				
			||||||
gem 'strong_migrations', '~> 0.7'
 | 
					gem 'strong_migrations', '~> 0.7'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -654,7 +654,7 @@ GEM
 | 
				
			||||||
      thor (>= 0.20, < 3.0)
 | 
					      thor (>= 0.20, < 3.0)
 | 
				
			||||||
    simple-navigation (4.4.0)
 | 
					    simple-navigation (4.4.0)
 | 
				
			||||||
      activesupport (>= 2.3.2)
 | 
					      activesupport (>= 2.3.2)
 | 
				
			||||||
    simple_form (5.1.0)
 | 
					    simple_form (5.2.0)
 | 
				
			||||||
      actionpack (>= 5.2)
 | 
					      actionpack (>= 5.2)
 | 
				
			||||||
      activemodel (>= 5.2)
 | 
					      activemodel (>= 5.2)
 | 
				
			||||||
    simplecov (0.22.0)
 | 
					    simplecov (0.22.0)
 | 
				
			||||||
| 
						 | 
					@ -871,7 +871,7 @@ DEPENDENCIES
 | 
				
			||||||
  sidekiq-scheduler (~> 4.0)
 | 
					  sidekiq-scheduler (~> 4.0)
 | 
				
			||||||
  sidekiq-unique-jobs (~> 7.1)
 | 
					  sidekiq-unique-jobs (~> 7.1)
 | 
				
			||||||
  simple-navigation (~> 4.4)
 | 
					  simple-navigation (~> 4.4)
 | 
				
			||||||
  simple_form (~> 5.1)
 | 
					  simple_form (~> 5.2)
 | 
				
			||||||
  simplecov (~> 0.22)
 | 
					  simplecov (~> 0.22)
 | 
				
			||||||
  sprockets (~> 3.7.2)
 | 
					  sprockets (~> 3.7.2)
 | 
				
			||||||
  sprockets-rails (~> 3.4)
 | 
					  sprockets-rails (~> 3.4)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue