Skip to content

Commit

Permalink
Merge pull request #7 from AliOsm/phlex-dep
Browse files Browse the repository at this point in the history
Add phlex as a runtime dependency
  • Loading branch information
AliOsm authored Sep 1, 2024
2 parents a5177ff + 28f2d54 commit 7ba0b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
phlex-icons (0.1.0)
phlex (~> 1.10)

GEM
remote: https://rubygems.org/
Expand Down
3 changes: 1 addition & 2 deletions phlex-icons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ba0b99

Please # to comment.