Skip to content

Commit

Permalink
Merge pull request #68 from Suban05/61_add_dependency
Browse files Browse the repository at this point in the history
`graphql-client` is a dependency
  • Loading branch information
yegor256 authored Aug 14, 2024
2 parents 827a9f9 + 20d6f2d commit 78a90ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PATH
faraday-http-cache (> 0)
faraday-multipart (> 0)
faraday-retry (> 0)
graphql-client (> 0)
judges (> 0)
loog (> 0)
obk (> 0)
Expand Down
1 change: 1 addition & 0 deletions fbe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday-http-cache', '>0'
s.add_dependency 'faraday-multipart', '>0'
s.add_dependency 'faraday-retry', '>0'
s.add_dependency 'graphql-client', '>0'
s.add_dependency 'judges', '>0'
s.add_dependency 'loog', '>0'
s.add_dependency 'obk', '>0'
Expand Down

0 comments on commit 78a90ef

Please sign in to comment.