Skip to content

Commit

Permalink
Merge pull request #50 from tilfin/fix/dependency
Browse files Browse the repository at this point in the history
Fix dependency on Oj
  • Loading branch information
tilfin authored Feb 12, 2018
2 parents eaecba0 + b1ec921 commit e82ffd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ougai/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ougai
VERSION = '1.6.0'
VERSION = '1.6.1'
end
2 changes: 1 addition & 1 deletion ougai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.1.2'
spec.add_development_dependency "oj", "~> 3.4"
spec.add_dependency "oj", "~> 3.4"
spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit e82ffd2

Please sign in to comment.