Skip to content

Commit

Permalink
[flipper-dalli] Relax dalli version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz authored Jan 6, 2022
1 parent bd02093 commit 74c26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipper-dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'dalli', '>= 2.0', '< 3'
gem.add_dependency 'dalli', '>= 2.0', '< 4'
end

0 comments on commit 74c26ab

Please sign in to comment.