We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe0b88 commit bce6112Copy full SHA for bce6112
.ruby-version
@@ -1 +1 @@
1
-ruby-3.3.7
+ruby-3.4.1
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
2
remote: .
3
specs:
4
- graphql-pagination (2.3.0)
+ graphql-pagination (2.4.0)
5
graphql (>= 2.4.7)
6
7
GEM
@@ -52,7 +52,7 @@ GEM
52
method_source (1.1.0)
53
minitest (5.25.4)
54
parallel (1.26.3)
55
- parser (3.3.7.0)
+ parser (3.3.7.1)
56
ast (~> 2.4.1)
57
racc
58
pry (0.15.2)
@@ -122,4 +122,4 @@ DEPENDENCIES
122
rubocop-rspec
123
124
BUNDLED WITH
125
- 2.6.2
+ 2.6.3
lib/graphql_pagination/version.rb
@@ -1,3 +1,3 @@
module GraphqlPagination
- VERSION = '2.3.0'.freeze
+ VERSION = '2.4.0'.freeze
end
0 commit comments