1
0
Fork 0

Upgrade gem "simple_form"

This commit is contained in:
Alex Kotov 2019-10-03 02:10:00 +05:00
parent 7528545054
commit 67898a4bb4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ gem 'font-awesome-sass', '~> 5.5.0'
# Forms made easy for Rails!
# It's tied to a simple DSL, with no opinion on markup.
gem 'simple_form', '~> 4.1'
gem 'simple_form', '~> 5.0'
# A simple HTTP and REST client for Ruby,
# inspired by the Sinatra microframework style of specifying actions:

View File

@ -398,7 +398,7 @@ GEM
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
simple_form (4.1.0)
simple_form (5.0.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.16.1)
@ -507,7 +507,7 @@ DEPENDENCIES
sentry-raven
shoulda-matchers (= 4.0.0.rc1)
sidekiq (~> 5.2)
simple_form (~> 4.1)
simple_form (~> 5.0)
simplecov (~> 0.16)
spring
spring-watcher-listen (~> 2.0.0)