Skip to content

Commit

Permalink
Specify version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 13, 2023
1 parent 3834f95 commit 869790c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions freshli-commons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ 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 'aruba', '~> 2.1.0'
spec.add_dependency 'grpc'
spec.add_dependency 'grpc-tools'
spec.add_dependency 'rspec-expectations'
spec.add_dependency 'sqlite3'
spec.add_dependency 'grpc', '~> 1.58.0'
spec.add_dependency 'grpc-tools', '~> 1.58.0'
spec.add_dependency 'rspec-expectations', '~> 3.12.3'
spec.add_dependency 'sqlite3', '~> 1.6.6'

# 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 869790c

Please sign in to comment.