Force angular-rails-templates to be below 1.1.0

This commit is contained in:
Luis Ramos
2021-01-21 21:54:59 +00:00
parent c171441b6c
commit bb91d37270
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ if ENV['DEPENDENCIES_NEXT']
gem 'rails', '> 5.0', '< 5.1'
gem 'activemerchant', '>= 1.78.0'
gem 'angular-rails-templates', '>= 0.3.0'
gem 'angular-rails-templates', '>= 0.3.0', '< 1.1.0'
gem 'awesome_nested_set'
gem 'rails-controller-testing'
gem 'ransack', '2.3.0'

View File

@@ -559,7 +559,7 @@ DEPENDENCIES
acts-as-taggable-on (~> 4.0)
acts_as_list (= 0.9.19)
andand
angular-rails-templates (>= 0.3.0)
angular-rails-templates (>= 0.3.0, < 1.1.0)
angular_rails_csrf
angularjs-file-upload-rails (~> 2.4.1)
angularjs-rails (= 1.5.5)