Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
up_for_grabs_tooling (0.3.0)
graphql (>= 2.1.12, < 2.6.0)
graphql (>= 2.1.12, < 2.7.0)
graphql-client (~> 0.18)
json_schemer (>= 0.2, < 3.0)
octokit (>= 5.6, < 11.0)
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
faraday-net_http (3.4.2)
net-http (~> 0.5)
fiber-storage (1.0.1)
graphql (2.5.23)
graphql (2.6.4)
base64
fiber-storage
logger
Expand Down Expand Up @@ -148,7 +148,7 @@ CHECKSUMS
faraday (2.14.1) sha256=a43cceedc1e39d188f4d2cdd360a8aaa6a11da0c407052e426ba8d3fb42ef61c
faraday-net_http (3.4.2) sha256=f147758260d3526939bf57ecf911682f94926a3666502e24c69992765875906c
fiber-storage (1.0.1) sha256=f48e5b6d8b0be96dac486332b55cee82240057065dc761c1ea692b2e719240e1
graphql (2.5.23) sha256=cb59b2e67e4c23ce675755e4671136124d1016e14e9103de6d20cc11a58ec190
graphql (2.6.4) sha256=b5ea1ea6d584fb36d3ac81d10d4842ec6bb0cbb71bbd099e69541cb524c0d1c4
graphql-client (0.26.0) sha256=190b122707e0aa4937089229799ed4a6980092ef4cb9d8dc6042d07a85459cf1
hana (1.3.7) sha256=5425db42d651fea08859811c29d20446f16af196308162894db208cac5ce9b0d
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
Expand Down
2 changes: 1 addition & 1 deletion up_for_grabs_tooling.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'safe_yaml', '~> 1.0'
s.add_runtime_dependency 'octokit', '>= 5.6', '< 11.0'
s.add_runtime_dependency 'graphql-client', '~> 0.18'
s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.6.0'
s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.7.0'
s.add_runtime_dependency 'json_schemer', '>= 0.2', '< 3.0'
end