Skip to content

Commit bce6112

Browse files
committed
Release 2.4.0
1 parent 9fe0b88 commit bce6112

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.7
1+
ruby-3.4.1

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
graphql-pagination (2.3.0)
4+
graphql-pagination (2.4.0)
55
graphql (>= 2.4.7)
66

77
GEM
@@ -52,7 +52,7 @@ GEM
5252
method_source (1.1.0)
5353
minitest (5.25.4)
5454
parallel (1.26.3)
55-
parser (3.3.7.0)
55+
parser (3.3.7.1)
5656
ast (~> 2.4.1)
5757
racc
5858
pry (0.15.2)
@@ -122,4 +122,4 @@ DEPENDENCIES
122122
rubocop-rspec
123123

124124
BUNDLED WITH
125-
2.6.2
125+
2.6.3

lib/graphql_pagination/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GraphqlPagination
2-
VERSION = '2.3.0'.freeze
2+
VERSION = '2.4.0'.freeze
33
end

0 commit comments

Comments
 (0)