Skip to content

Commit

Permalink
Merge pull request #4054 from rubygems/lock-parallel-gem
Browse files Browse the repository at this point in the history
Lock parallel ~> 1.19.2

(cherry picked from commit fc75358)
  • Loading branch information
hsbt authored and deivid-rodriguez committed Dec 7, 2020
1 parent deabba7 commit 70b6acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler/spec/commands/newgem_spec.rb
Expand Up @@ -14,6 +14,7 @@ def bundle_exec_rubocop
prepare_gemspec(bundled_app(gem_name, "#{gem_name}.gemspec"))
rubocop_version = RUBY_VERSION > "2.4" ? "0.90.0" : "0.80.1"
gems = ["minitest", "rake", "rake-compiler", "rspec", "rubocop -v #{rubocop_version}", "test-unit"]
gems.unshift "parallel -v 1.19.2" if RUBY_VERSION < "2.5"
gems += ["rubocop-ast -v 0.4.0"] if rubocop_version == "0.90.0"
path = Bundler.feature_flag.default_install_uses_path? ? local_gem_path(:base => bundled_app(gem_name)) : system_gem_path
realworld_system_gems gems, :path => path
Expand Down

0 comments on commit 70b6acd

Please sign in to comment.