Skip to content

Commit

Permalink
Remove andand dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Mar 2, 2020
1 parent 38d4f52 commit 60c77dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,5 +13,5 @@ matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/6.0.gemfile
- rvm: 2.4.7
- rvm: 2.4.8
gemfile: gemfiles/6.0.gemfile
1 change: 0 additions & 1 deletion zapata.gemspec
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'andand'
spec.add_runtime_dependency 'file-temp'
spec.add_runtime_dependency 'memoist'
spec.add_runtime_dependency 'parser'
Expand Down

0 comments on commit 60c77dd

Please sign in to comment.