mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
DEV: Bump rubocop config and switch back to rubygems (#18379)
This commit is contained in:
parent
653ef5f3b1
commit
53ee8746f6
2
Gemfile
2
Gemfile
|
@ -170,7 +170,7 @@ group :test, :development do
|
||||||
gem 'shoulda-matchers', require: false
|
gem 'shoulda-matchers', require: false
|
||||||
gem 'rspec-html-matchers'
|
gem 'rspec-html-matchers'
|
||||||
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
|
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
|
||||||
gem 'rubocop-discourse', require: false, github: 'discourse/rubocop-discourse'
|
gem 'rubocop-discourse', require: false
|
||||||
gem 'parallel_tests'
|
gem 'parallel_tests'
|
||||||
|
|
||||||
gem 'rswag-specs'
|
gem 'rswag-specs'
|
||||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -5,14 +5,6 @@ GIT
|
||||||
mail (2.8.0.edge)
|
mail (2.8.0.edge)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/discourse/rubocop-discourse.git
|
|
||||||
revision: a5aea6e5f150b1eb7765a805bec0ff618cb718b3
|
|
||||||
specs:
|
|
||||||
rubocop-discourse (2.5.0)
|
|
||||||
rubocop (>= 1.1.0)
|
|
||||||
rubocop-rspec (>= 2.0.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -415,6 +407,9 @@ GEM
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.21.0)
|
rubocop-ast (1.21.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
|
rubocop-discourse (3.0)
|
||||||
|
rubocop (>= 1.1.0)
|
||||||
|
rubocop-rspec (>= 2.0.0)
|
||||||
rubocop-rspec (2.13.2)
|
rubocop-rspec (2.13.2)
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
ruby-prof (1.4.3)
|
ruby-prof (1.4.3)
|
||||||
|
@ -606,7 +601,7 @@ DEPENDENCIES
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rss
|
rss
|
||||||
rswag-specs
|
rswag-specs
|
||||||
rubocop-discourse!
|
rubocop-discourse
|
||||||
ruby-prof
|
ruby-prof
|
||||||
ruby-readability
|
ruby-readability
|
||||||
rubyzip
|
rubyzip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user