Skip to content

Commit

Permalink
Merge pull request #6 from corgibytes/fix-typo
Browse files Browse the repository at this point in the history
Fixes typo in gemspec
  • Loading branch information
mscottford committed Aug 25, 2023
2 parents 39049e2 + 94dda0f commit 47923d7
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 47923d7

Please sign in to comment.