From 28f2d54a4cacec0d57f25e2da53afea667d21a39 Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Sun, 1 Sep 2024 07:53:49 +0000 Subject: [PATCH] Add phlex as a runtime dependency --- Gemfile.lock | 1 + phlex-icons.gemspec | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9676c9b8..4da0aca3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ PATH remote: . specs: phlex-icons (0.1.0) + phlex (~> 1.10) GEM remote: https://rubygems.org/ diff --git a/phlex-icons.gemspec b/phlex-icons.gemspec index dd66d847..ec79ada3 100644 --- a/phlex-icons.gemspec +++ b/phlex-icons.gemspec @@ -34,8 +34,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - # Uncomment to register a new dependency of your gem - # spec.add_dependency "example-gem", "~> 1.0" + spec.add_dependency 'phlex', '~> 1.10' # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html