Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Feb 5, 2025
1 parent 9fe0b88 commit bce6112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.7
ruby-3.4.1
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
graphql-pagination (2.3.0)
graphql-pagination (2.4.0)
graphql (>= 2.4.7)

GEM
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
method_source (1.1.0)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pry (0.15.2)
Expand Down Expand Up @@ -122,4 +122,4 @@ DEPENDENCIES
rubocop-rspec

BUNDLED WITH
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion lib/graphql_pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GraphqlPagination
VERSION = '2.3.0'.freeze
VERSION = '2.4.0'.freeze
end

0 comments on commit bce6112

Please sign in to comment.