Skip to content

Commit

Permalink
Fixes typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Aug 25, 2023
1 parent 39049e2 commit 94dda0f
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 @@ -4,6 +4,7 @@ PATH
freshli-commons (0.6.1.pre.dev)
aruba (~> 2.1.0)
grpc
grpc-tools
rspec-expectations
sqlite3

Expand Down Expand Up @@ -119,7 +120,6 @@ PLATFORMS

DEPENDENCIES
freshli-commons!
grpc-tools
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
Expand Down
2 changes: 1 addition & 1 deletion freshli-commons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency 'aruba', '~> 2.1.0'
spec.add_dependency 'grpc'
spec.add_denpenency 'grpc-tools'
spec.add_dependency 'grpc-tools'
spec.add_dependency 'rspec-expectations'
spec.add_dependency 'sqlite3'

Expand Down

0 comments on commit 94dda0f

Please sign in to comment.