Skip to content

Commit

Permalink
use knapsack_pro based on PR from Gusto KnapsackPro/knapsack_pro-ruby…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Dec 21, 2023
1 parent 8903a6a commit e4294c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ group :development, :test do
if ENV['USE_KNAPSACK_PRO_FROM_RUBYGEMS']
gem 'knapsack_pro'
else
gem 'knapsack_pro', path: ENV['KNAPSACK_PRO_REPO_PATH'] || '../knapsack_pro-ruby'
#gem 'knapsack_pro', path: ENV['KNAPSACK_PRO_REPO_PATH'] || '../knapsack_pro-ruby'
#gem 'knapsack_pro', github: 'KnapsackPro/knapsack_pro-ruby', branch: 'rspec-queue-mode-record-timing-fix'
gem 'knapsack_pro', github: 'tubaxenor/knapsack_pro-ruby', branch: 'runner-refactor'
end

gem 'test-unit-rails'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PATH
remote: ../knapsack_pro-ruby
GIT
remote: https://github.com/tubaxenor/knapsack_pro-ruby.git
revision: 575ef6f641d61607a17c05332591308b6d899d72
branch: runner-refactor
specs:
knapsack_pro (6.0.3)
rake
Expand Down

0 comments on commit e4294c2

Please sign in to comment.