Sha256: dd53453ba2e1ed12e8980bdd31dde7679d2038dd4564e46dd53e815cb7fd320d
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in rspec-graphql_matchers.gemspec gemspec if ENV['GRAPHQL_GEM_VERSION'] == '1.8' gem 'graphql', '~> 1.8.0' elsif ENV['GRAPHQL_GEM_VERSION'] == '1.9' gem 'graphql', '~> 1.9.0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rspec-graphql_matchers-1.3.0 | Gemfile |
rspec-graphql_matchers-1.2.1 | Gemfile |
rspec-graphql_matchers-1.2 | Gemfile |
rspec-graphql_matchers-1.1 | Gemfile |