Skip to content

Commit b4f8cb8

Browse files
authored
Merge pull request #200 from palkan/patch-1
gemspec: require Ruby 3.1+
2 parents d504910 + af19f22 commit b4f8cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pusher.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.description = %q{Wrapper for Pusher Channels REST api: : https://pusher.com/channels}
1414
s.license = "MIT"
1515

16-
s.required_ruby_version = ">= 2.6"
16+
s.required_ruby_version = ">= 3.1"
1717

1818
s.add_dependency "multi_json", "~> 1.15"
1919
s.add_dependency 'pusher-signature', "~> 0.1.8"

0 commit comments

Comments
 (0)