Merge branch 'master' into 44453-performance-bar-modalbox
* master: Changes empty project avatar to identicon in the IDE Apply NestingDepth (level 5) (framework/dropdowns.scss) Strip any query string parameters from Location headers from lograge Added monitoring docs Resolve "Loss of input text on comments after preview" fixed ide_edit_button not existing Update spec import path for vue mount component helper remove JS for cookie toggle move confirm_danger_modal bindings directly into the only two pages that need it remove un-used IDE helper module fixed SCSS lint updated file references in specs Move IDE to CE Fix test failures with licensee 8.9 refactor ConfirmDangerModal into ES module Update licensee 8.7.0 -> 8.9 Update gettext_i18n_rails_js 1.2.0 -> 1.3
Showing
... | ... | @@ -221,7 +221,7 @@ gem 'babosa', '~> 1.0.2' |
gem 'loofah', '~> 2.0.3' | ||
# Working with license | ||
gem 'licensee', '~> 8.7.0' | ||
gem 'licensee', '~> 8.9' | ||
# Protect against bruteforcing | ||
gem 'rack-attack', '~> 4.4.1' | ||
... | ... | @@ -268,7 +268,7 @@ gem 'premailer-rails', '~> 1.9.7' |
gem 'ruby_parser', '~> 3.8', require: false | ||
gem 'rails-i18n', '~> 4.0.9' | ||
gem 'gettext_i18n_rails', '~> 1.8.0' | ||
gem 'gettext_i18n_rails_js', '~> 1.2.0' | ||
gem 'gettext_i18n_rails_js', '~> 1.3' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
gem 'batch-loader', '~> 1.2.1' | ||
... | ... |
Please register or sign in to comment