Update NEWS.md and try to fix Rubocop

pull/16424/head
cgonzalez 2 years ago
parent 0427b991ec
commit 4c73412a38

@ -122,6 +122,7 @@ group :development, :test do
gem 'rack'
gem 'rb-readline'
gem 'rubocop', '~> 1.12.0', require: false
gem 'rubocop-ast', '<= 1.17.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false

@ -591,6 +591,7 @@ DEPENDENCIES
rqrcode (~> 0.10.1)
rspec-rails (= 2.12.0)
rubocop (~> 1.12.0)
rubocop-ast (<= 1.17.0)
rubocop-performance
rubocop-rails
rubocop-rspec

@ -36,6 +36,7 @@ Development
- Update browser version checker to allow Firefox/100.0 [#16415](https://github.com/CartoDB/cartodb/pull/16415)
- Update analysis schemas after giving required permissions on user promotion [#16390](https://github.com/CartoDB/cartodb/pull/16390)
- Add timeout for SQL API exports [#16377](https://github.com/CartoDB/cartodb/pull/16377)
- Avoid deleting a user if it has shared entities [#16424](https://github.com/CartoDB/cartodb/pull/16424)
- Remove all references to Spatial Data Catalog and Kepler GL maps in on-premises [#16293](https://github.com/CartoDB/cartodb/pull/16293)
- Increase hard-limit of MAX_TABLES_PER_IMPORT [#16374](https://github.com/CartoDB/cartodb/pull/16374)
- Guard code for vizjson users [#16267](https://github.com/CartoDB/cartodb/pull/16267)

Loading…
Cancel
Save