diff --git a/Gemfile.lock b/Gemfile.lock index 20e9773..a5422a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: up_for_grabs_tooling (0.2.0) - graphql (~> 2.1.12) + graphql (>= 2.1.12, < 2.4.0) graphql-client (~> 0.18) json_schemer (>= 0.2, < 3.0) octokit (>= 5.6, < 10.0) @@ -35,8 +35,10 @@ GEM logger faraday-net_http (3.1.0) net-http - graphql (2.1.12) - racc (~> 1.4) + fiber-storage (1.0.0) + graphql (2.3.14) + base64 + fiber-storage graphql-client (0.23.0) activesupport (>= 3.0) graphql (>= 1.13.0) diff --git a/up_for_grabs_tooling.gemspec b/up_for_grabs_tooling.gemspec index 37ae80d..c7db2ad 100644 --- a/up_for_grabs_tooling.gemspec +++ b/up_for_grabs_tooling.gemspec @@ -15,6 +15,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'safe_yaml', '~> 1.0' s.add_runtime_dependency 'octokit', '>= 5.6', '< 10.0' s.add_runtime_dependency 'graphql-client', '~> 0.18' - s.add_runtime_dependency 'graphql', '~> 2.1.12' + s.add_runtime_dependency 'graphql', '>= 2.1.12', '< 2.4.0' s.add_runtime_dependency 'json_schemer', '>= 0.2', '< 3.0' end