From f22b45f9da29e87983f0ae01f8d20432425c27cf Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Thu, 26 Sep 2024 08:54:10 +0000 Subject: [PATCH] Change phlex dependency from ~> 1.11 to >= 1.11 --- Gemfile.lock | 2 +- phlex-icons.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 41304fd5..d9ee067e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: phlex-icons (0.17.0) - phlex (~> 1.11) + phlex (>= 1.11) GEM remote: https://rubygems.org/ diff --git a/phlex-icons.gemspec b/phlex-icons.gemspec index d954844b..51795a31 100644 --- a/phlex-icons.gemspec +++ b/phlex-icons.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'phlex', '~> 1.11' + spec.add_dependency 'phlex', '>= 1.11' # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html