Lock RuboCop on Windows to v0.64.x temporarily
This commit is contained in:
parent
c36f248556
commit
0fef05e161
4
Gemfile
4
Gemfile
|
@ -26,7 +26,9 @@ group :test do
|
||||||
gem "nokogiri", "~> 1.7"
|
gem "nokogiri", "~> 1.7"
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
gem "rspec-mocks"
|
gem "rspec-mocks"
|
||||||
gem "rubocop", "~> 0.65.0"
|
# Temporary lock on RuboCop version for Windows since Pysch-3.1.0 is not available
|
||||||
|
# for use on Ruby 2.6-mingw32 platforms
|
||||||
|
gem "rubocop", "~> 0.64.0" if Gem.win_platform?
|
||||||
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
|
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
|
||||||
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
|
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
|
||||||
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
|
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
|
||||||
|
|
Loading…
Reference in New Issue