Skip to content

Commit a0ac1e3

Browse files
committed
Update README, update minimum ruby version
1 parent 3432812 commit a0ac1e3

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
4.0.1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ query myQuery{
7979

8080
For 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

8684
This library really shines when you want to group by multiple attributes, or otherwise retrieve complex statistical information

graphql-groups.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)