Skip to content

Commit

Permalink
Fixes #38018 - Rails 7 compatible angular-rails-templates
Browse files Browse the repository at this point in the history
By pinning to 1.x instead of 1.1.x version 1.2 is allowed. That version
only updates the gem dependencies to allow Rails 7 compatible versions.
  • Loading branch information
ekohl authored and ehelms committed Nov 19, 2024
1 parent ea1b911 commit 74d6613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |gem|

# UI
gem.add_dependency "deface", '>= 1.0.2', '< 2.0.0'
gem.add_dependency "angular-rails-templates", "~> 1.1.0"
gem.add_dependency "angular-rails-templates", "~> 1.1"

gem.add_development_dependency "theforeman-rubocop", '~> 0.1.0'
end

0 comments on commit 74d6613

Please sign in to comment.