Skip to content

Commit

Permalink
Support oj 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Williams committed Aug 27, 2019
1 parent 5951c7b commit 03fa7ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ MASTER
------

-
v1.2.0
------

- Update to oj 3.0
- Update to faraday 3.0


v1.1.0
------
Expand Down
2 changes: 1 addition & 1 deletion lib/teamsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TeamSnap
VERSION = "2.1.3"
VERSION = "2.2.0"
end
4 changes: 2 additions & 2 deletions teamsnap_rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.6.0"
spec.add_development_dependency "vcr", "~> 2.9.3"

spec.add_dependency "faraday", "~> 0.11.0"
spec.add_dependency "faraday", "~> 0.15.0"
spec.add_dependency "typhoeus", "~> 1.1.2"
spec.add_dependency "oj", "~> 2.18.5"
spec.add_dependency "oj", "~> 3.9.0"
spec.add_dependency "inflecto", "~> 0.0.2"
spec.add_dependency "virtus", "~> 1.0.4"
end

0 comments on commit 03fa7ce

Please sign in to comment.