Skip to content

Commit

Permalink
Allow Marcel to be released following semver
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 20, 2021
1 parent 8687450 commit 25fd773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -81,7 +81,7 @@ PATH
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activesupport (= 6.1.4.1)
marcel (~> 1.0.0)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -348,6 +348,7 @@ GEM
ast (~> 2.4.1)
path_expander (1.1.0)
pg (1.2.3)
psych (3.3.2)
public_suffix (4.0.6)
puma (5.2.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -598,4 +599,4 @@ DEPENDENCIES
websocket-client-simple!

BUNDLED WITH
2.2.15
2.2.25
2 changes: 1 addition & 1 deletion activestorage/activestorage.gemspec
Expand Up @@ -36,6 +36,6 @@ Gem::Specification.new do |s|
s.add_dependency "activejob", version
s.add_dependency "activerecord", version

s.add_dependency "marcel", "~> 1.0.0"
s.add_dependency "marcel", "~> 1.0"
s.add_dependency "mini_mime", ">= 1.1.0"
end

0 comments on commit 25fd773

Please sign in to comment.