Skip to content

Commit

Permalink
Upgrade the ruby/openssl gem from v2 to v3 (C library must be v1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
collimarco committed Nov 28, 2022
1 parent f1b4f26 commit b1b60bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/web_push/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebPush
VERSION = '2.0.0'.freeze
VERSION = '2.1.0'.freeze
end
2 changes: 1 addition & 1 deletion web-push.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'hkdf', '~> 1.0'
spec.add_dependency 'jwt', '~> 2.0'
spec.add_dependency 'openssl', '~> 2.2'
spec.add_dependency 'openssl', '~> 3.0'

spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'simplecov', '~> 0.0'
Expand Down

0 comments on commit b1b60bb

Please sign in to comment.