File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.1.0
1+ 4.0.1
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ query myQuery{
7979
8080For a showcase of what you can do with ` graphql-groups ` check out [ graphql-groups-demo] ( https://github.com/hschne/graphql-groups-demo )
8181
82- Find a hosted version of the demo app [ on Heroku] ( https://graphql-groups-demo.herokuapp.com/ ) .
83-
8482### Grouping by Multiple Attributes
8583
8684This library really shines when you want to group by multiple attributes, or otherwise retrieve complex statistical information
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
3232 spec . require_paths = [ 'lib' ]
3333
34- spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.1 .0' )
34+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.3 .0' )
3535
3636 spec . add_development_dependency 'activerecord' , '~> 7.2'
3737 spec . add_development_dependency 'benchmark-ips' , '~> 2.8'
You can’t perform that action at this time.
0 commit comments