Skip to content

Commit

Permalink
Merge pull request #43 from xconnio/version-0.1.2
Browse files Browse the repository at this point in the history
Prepare for ruby-3.4 and remove warning in ruby-3.3
  • Loading branch information
rubyonrails3 authored May 31, 2024
2 parents 04b1470 + d76d37c commit 7a63e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wampproto/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wampproto
VERSION = "0.1.1"
VERSION = "0.1.2"
end
1 change: 1 addition & 0 deletions wampproto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "base64", "~> 0.2.0"
spec.add_dependency "cbor", "~> 0.5.9.8"
spec.add_dependency "ed25519", "~> 1.3"
spec.add_dependency "msgpack", "~> 1.7.2"
Expand Down

0 comments on commit 7a63e37

Please sign in to comment.