Skip to content

Commit

Permalink
Relax rest-client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattantonelli committed Dec 16, 2020
1 parent 3cc181a commit 731f7ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
xivapi (0.3.2)
rest-client (~> 2.0)
xivapi (0.3.3)
rest-client (>= 2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/xivapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module XIVAPI
# Gem version
VERSION = "0.3.2"
VERSION = "0.3.3"
end
2 changes: 1 addition & 1 deletion xivapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "yard", "~> 0.9.19"
spec.add_dependency "rest-client", "~> 2.0"
spec.add_dependency "rest-client", ">= 2.0"
end

0 comments on commit 731f7ba

Please sign in to comment.