diff --git a/Gemfile b/Gemfile index a2d6b0fb86..7a789df658 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile_next.lock b/Gemfile_next.lock index 586685067b..3f9065b3b1 100644 --- a/Gemfile_next.lock +++ b/Gemfile_next.lock @@ -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)