Skip to content

Commit

Permalink
lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 18, 2023
1 parent e83ccfa commit cd28e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "glimmer-dsl-libui"
spec.add_dependency "sidekiq"
spec.add_dependency "glimmer-dsl-libui", "~> 0.5"
spec.add_dependency "sidekiq", "~> 7.2"
end

0 comments on commit cd28e9d

Please sign in to comment.