Skip to content

Commit fb595fc

Browse files
committed
add active_storage_validations gem
1 parent ca90a33 commit fb595fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ gem 'rss'
9494
gem 'rdf-turtle', require: 'rdf/turtle'
9595
gem 'rdf-vocab', require: 'rdf/vocab'
9696
gem 'oai'
97+
gem 'active_storage_validations'
9798

9899
group :development, :test do
99100
gem 'annotate'

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ GEM
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

475480
DEPENDENCIES
481+
active_storage_validations
476482
acts-as-taggable-on
477483
acts_as_list
478484
addressable

0 commit comments

Comments
 (0)