Skip to content

Commit

Permalink
bump 1.1.5
Browse files Browse the repository at this point in the history
depends on Oj ~> 3.0
  • Loading branch information
senid231 committed Apr 29, 2019
1 parent a2d382c commit 744799c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jrpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'netstring', '~> 0'
spec.add_dependency 'oj', '~> 2'
spec.add_dependency 'oj', '~> 3.0'

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/jrpc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JRPC
VERSION = '1.1.5'
VERSION = '1.1.6'
end

0 comments on commit 744799c

Please sign in to comment.