Skip to content

Commit

Permalink
Merge pull request AlchemyCMS#2122 from tvdeyen/fixate-dragonfly
Browse files Browse the repository at this point in the history
Fixate Dragonfly to < 1.4
  • Loading branch information
tvdeyen authored Jun 8, 2021
2 parents 4cdc69c + 36825d7 commit f8708e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'awesome_nested_set', ['~> 3.1']
gem.add_runtime_dependency 'cancancan', ['>= 2.1', '< 4.0']
gem.add_runtime_dependency 'coffee-rails', ['~> 4.0', '< 5.0']
gem.add_runtime_dependency 'dragonfly', ['~> 1.0', '>= 1.0.7']
gem.add_runtime_dependency 'dragonfly', ['~> 1.0', '>= 1.0.7', '< 1.4.0']
gem.add_runtime_dependency 'dragonfly_svg', ['~> 0.0.4']
gem.add_runtime_dependency 'gutentag', ['~> 2.2', '>= 2.2.1']
gem.add_runtime_dependency 'handlebars_assets', ['~> 0.23']
Expand Down

0 comments on commit f8708e2

Please sign in to comment.