Skip to content

Commit

Permalink
Merge pull request #50 from selectiveci/target-rspec-at-main-in-ci-again
Browse files Browse the repository at this point in the history
Target main branch of selective-ruby-rspec in CI again
  • Loading branch information
benjaminwood authored Jan 26, 2024
2 parents 59cf3f8 + 2d36cac commit d70b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ gem "simplecov", require: false, group: :test
if Dir.exist?(selective_ruby_rspec_path = "../selective-ruby-rspec")
gem "selective-ruby-rspec", path: selective_ruby_rspec_path
else
gem "selective-ruby-rspec", git: "https://github.com/selectiveci/selective-ruby-rspec.git", branch: "give-batches-to-rspec"
gem "selective-ruby-rspec", git: "https://github.com/selectiveci/selective-ruby-rspec.git"
end

0 comments on commit d70b74f

Please sign in to comment.