mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update Formtastic and formtastic-bootstrap
Previous version of Formtastic was giving following deprecation warning: `#column_for_attribute` will return a null object for non-existent columns in Rails 5. Use #has_attribute? if you need to check for an attribute's existence. Guide followed for upgrade: https://github.com/justinfrench/formtastic/wiki/Upgrading-to-Formtastic-3.1 formtastic-bootstrap is upgraded for compatibility with current Formtastic.
This commit is contained in:
parent
5f035a7b38
commit
6460456202
3 changed files with 43 additions and 9 deletions
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -166,10 +166,10 @@ GEM
|
|||
font-awesome-rails (4.1.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
formatador (0.2.4)
|
||||
formtastic (2.3.0.rc3)
|
||||
actionpack (>= 3.0)
|
||||
formtastic-bootstrap (3.0.0)
|
||||
formtastic (>= 2.2)
|
||||
formtastic (3.1.3)
|
||||
actionpack (>= 3.2.13)
|
||||
formtastic-bootstrap (3.1.1)
|
||||
formtastic (>= 3.0)
|
||||
geocoder (1.2.2)
|
||||
globalid (0.3.6)
|
||||
activesupport (>= 4.1.0)
|
||||
|
|
@ -504,7 +504,7 @@ DEPENDENCIES
|
|||
devise_ichain_authenticatable
|
||||
factory_girl_rails
|
||||
font-awesome-rails
|
||||
formtastic (~> 2.3.0.rc3)
|
||||
formtastic (~> 3.1.1)
|
||||
formtastic-bootstrap
|
||||
gravtastic
|
||||
guard-rspec (~> 4.2.8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue