File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ gem 'rss'
9494gem 'rdf-turtle' , require : 'rdf/turtle'
9595gem 'rdf-vocab' , require : 'rdf/vocab'
9696gem 'oai'
97+ gem 'active_storage_validations'
9798
9899group :development , :test do
99100 gem 'annotate'
Original file line number Diff line number Diff line change 3939 erubi (~> 1.4 )
4040 rails-dom-testing (~> 2.0 )
4141 rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
42+ active_storage_validations (1.0.3 )
43+ activejob (>= 5.2.0 )
44+ activemodel (>= 5.2.0 )
45+ activestorage (>= 5.2.0 )
46+ activesupport (>= 5.2.0 )
4247 activejob (6.1.7.1 )
4348 activesupport (= 6.1.7.1 )
4449 globalid (>= 0.3.6 )
@@ -473,6 +478,7 @@ PLATFORMS
473478 x86_64-linux
474479
475480DEPENDENCIES
481+ active_storage_validations
476482 acts-as-taggable-on
477483 acts_as_list
478484 addressable
You can’t perform that action at this time.
0 commit comments