From bb91d372703179fbd3d5c14bfc2ed88127f1d8fd Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Thu, 21 Jan 2021 21:54:59 +0000 Subject: [PATCH] Force angular-rails-templates to be below 1.1.0 --- Gemfile | 2 +- Gemfile_next.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)