mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Force angular-rails-templates to be below 1.1.0
This commit is contained in:
2
Gemfile
2
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'
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user