Skip to content

Commit 8a4e712

Browse files
Bump simple_form from 3.5.1 to 5.0.0
Bumps [simple_form](https://github.com/plataformatec/simple_form) from 3.5.1 to 5.0.0. - [Release notes](https://github.com/plataformatec/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md) - [Commits](heartcombo/simple_form@v3.5.1...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 401a10c commit 8a4e712

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'turbolinks', '~> 5'
2929
gem 'jbuilder', '~> 2.5'
3030
gem 'haml', '~> 4.0', '>= 4.0.7'
3131
gem 'devise', '~> 4.2'
32-
gem 'simple_form', '~> 3.2', '>= 3.2.1'
32+
gem 'simple_form', '~> 5.0'
3333
gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6'
3434
gem 'carrierwave', '~> 1.0'
3535
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ GEM
149149
tilt (>= 1.1, < 3)
150150
sassc (2.4.0)
151151
ffi (~> 1.9)
152-
simple_form (3.5.1)
153-
actionpack (> 4, < 5.2)
154-
activemodel (> 4, < 5.2)
152+
simple_form (5.0.0)
153+
actionpack (>= 5.0)
154+
activemodel (>= 5.0)
155155
spring (2.1.1)
156156
spring-watcher-listen (2.0.1)
157157
listen (>= 2.7, < 4.0)
@@ -202,7 +202,7 @@ DEPENDENCIES
202202
puma (~> 3.0)
203203
rails (~> 5.0.2)
204204
sass-rails (~> 5.0)
205-
simple_form (~> 3.2, >= 3.2.1)
205+
simple_form (~> 5.0)
206206
spring
207207
spring-watcher-listen (~> 2.0.0)
208208
sqlite3 (~> 1.3.6)

0 commit comments

Comments
 (0)