Skip to content

Commit

Permalink
Use external links from master with experimental dependencies
Browse files Browse the repository at this point in the history
Required to be compatible with Ruby 3.

REDMINE-19438
  • Loading branch information
tf committed Oct 2, 2023
1 parent 82a77da commit f946b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if ENV['PAGEFLOW_DEPENDENCIES'] == 'experimental'
gem 'pageflow'
gem 'pageflow-support'
end

gem 'pageflow-external-links', git: 'https://github.com/codevise/pageflow-external-links'
else
gem 'rails', '5.2.6'
end

0 comments on commit f946b8d

Please sign in to comment.