Skip to content

Commit

Permalink
chore: unpin oj minor version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsalamad authored Apr 25, 2023
1 parent 1011d7d commit 0edd9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ build/
.vscode
.idea/*
*.iml
**/.DS_Store

Gemfile.lock
2 changes: 1 addition & 1 deletion devcycle-ruby-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'wasmtime', '5.0.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.2.0'
s.add_runtime_dependency 'sorbet-runtime', '~> 0.5'
s.add_runtime_dependency 'oj', '3.13.2'
s.add_runtime_dependency 'oj', '~> 3.0'
s.add_runtime_dependency 'google-protobuf', '~> 3.22'


Expand Down
2 changes: 1 addition & 1 deletion lib/devcycle-ruby-server-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module DevCycle
VERSION = '2.3.3'
VERSION = '2.3.4'
end

0 comments on commit 0edd9fb

Please sign in to comment.