Skip to content

Commit

Permalink
Fix graphql-batch in dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Mar 7, 2024
1 parent ff6a770 commit 89ff69d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gem 'bootsnap' # required by the Rails apps generated in tests
gem 'stackprof', platform: :ruby
gem 'pry'
gem 'pry-stack_explorer', platform: :ruby
gem 'graphql-batch'
gem 'pry-byebug'

# For Ruby 3.2 compat:
Expand Down
1 change: 1 addition & 0 deletions graphql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "benchmark-ips"
s.add_development_dependency "concurrent-ruby", "~>1.0"
s.add_development_dependency "graphql-batch"
s.add_development_dependency "memory_profiler"

s.add_development_dependency "minitest"
Expand Down

0 comments on commit 89ff69d

Please sign in to comment.