Skip to content

Commit

Permalink
Bump oj gem to 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brycejohnston committed Apr 25, 2017
1 parent 9db6303 commit 92b1067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geojson2image.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "oj", "~> 2.18"
spec.add_dependency "oj", "~> 3.0"
spec.add_dependency "mini_magick", "~> 4.6.0"
spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/geojson2image/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geojson2image
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit 92b1067

Please sign in to comment.