Skip to content

Commit 89ff69d

Browse files
committed
Fix graphql-batch in dev deps
1 parent ff6a770 commit 89ff69d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gem 'bootsnap' # required by the Rails apps generated in tests
77
gem 'stackprof', platform: :ruby
88
gem 'pry'
99
gem 'pry-stack_explorer', platform: :ruby
10-
gem 'graphql-batch'
1110
gem 'pry-byebug'
1211

1312
# For Ruby 3.2 compat:

graphql.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
2929

3030
s.add_development_dependency "benchmark-ips"
3131
s.add_development_dependency "concurrent-ruby", "~>1.0"
32+
s.add_development_dependency "graphql-batch"
3233
s.add_development_dependency "memory_profiler"
3334

3435
s.add_development_dependency "minitest"

0 commit comments

Comments
 (0)