fix invalid codeWed, 15 Feb 2023

which gems should i update if this was fixed for ruby 2.1.5 and i use ruby 2.3.7 now gem 'addressable', '2.8.0' gem 'css_parser', '1.6.0' gem 'ffi', '1.12.2' gem 'concurrent-ruby', '1.1.9' gem 'dry-inflector', '0.1.2' gem 'faraday', '0.9.2' gem 'multipart-post', '2.0.0' gem 'newrelic_rpm', '5.0.0.342' # last version of newrelic_rpm not work, on wonder we use newrelic_rpm (5.0.0.342) gem 'pundit', '1.1.0' gem 'rake', '12.3.3' # gem 'premailer', '1.11.1' gem 'i18n-js', '3.8.3' gem 'jwt', '2.2.1' # may update to 2.2.3 (for ruby 2.1.5) gem 'sprockets-rails', '3.2.2' gem 'sprockets', '3.7.2' gem 'minitest', '5.10.3' gem 'public_suffix', '3.0.3' gem 'unf_ext', '0.0.7.7' # 0.0.8 drops Ruby 2.1 and earlier. gem 'yajl-ruby', '1.4.1' # drop ruby < 2.3 gem 'rest-client', '2.0.0'

If you use vim as your editor, you can install some plugins to help you to find and fix the broken code. Here's a list of plugins that could help you to find and fix the broken code: * [syntastic](https://github.com/vim-syntastic/syntastic) * [vim-ruby](https://github.com/vim-ruby/vim-ruby) * [vim-rails](https://github.com/tpope/vim-rails) * [vim-fugitive](https://github.com/tpope/vim-fugitive) * [vim-gitgutter](https://github.com/airblade/vim-gitgutter) * [vim-rake](https://github.com/tpope/vim-rake)

Questions about programming?Chat with your personal AI assistant