Skip to content

Commit

Permalink
Change phlex dependency from ~> 1.11 to >= 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Sep 26, 2024
1 parent cab132a commit f22b45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
phlex-icons (0.17.0)
phlex (~> 1.11)
phlex (>= 1.11)

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

0 comments on commit f22b45f

Please sign in to comment.