Skip to content

Commit 97a1600

Browse files
committedApr 16, 2023
Remove unnecessary env variable for specifying graphql version
1 parent 848fb34 commit 97a1600

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎Gemfile

-8
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@ source 'https://rubygems.org'
44

55
# Specify your gem's dependencies in rspec-graphql_matchers.gemspec
66
gemspec
7-
8-
# rubocop:disable Bundle/DuplicatedGem
9-
if ENV['GRAPHQL_GEM_VERSION'] == '1.8'
10-
gem 'graphql', '~> 1.8.0'
11-
elsif ENV['GRAPHQL_GEM_VERSION'] == '1.9'
12-
gem 'graphql', '~> 1.9.0'
13-
end
14-
# rubocop:enable Bundle/DuplicatedGem

0 commit comments

Comments
 (0)
Please sign in to comment.