Skip to content

Commit

Permalink
Fix pageflow-support dependency
Browse files Browse the repository at this point in the history
REDMINE-19438
  • Loading branch information
tf committed Oct 2, 2023
1 parent 5881f7f commit 4565e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/pageflow-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'resque-scheduler', '~> 2.5'

if Pageflow::RailsVersion.experimental?
s.add_development_dependency 'ar_after_transaction', '~> 0.8.0'
s.add_runtime_dependency 'ar_after_transaction', '~> 0.8.0'
else
s.add_development_dependency 'ar_after_transaction', '~> 0.5.0'
s.add_runtime_dependency 'ar_after_transaction', '~> 0.5.0'
end

s.add_runtime_dependency 'redis', '~> 3.0'
Expand Down

0 comments on commit 4565e98

Please sign in to comment.