Skip to content

Commit

Permalink
Updated dependencies version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Sep 2, 2021
1 parent 15b9e91 commit e6dfdb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
bindata (2.4.10)
diff-lcs (1.1.3)
json (>= 2.3.0)
rdoc (3.12.2)
rdoc (>= 6.3.1)
json (~> 1.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand All @@ -21,5 +21,5 @@ PLATFORMS
DEPENDENCIES
bindata
bundler (>= 1.2.0)
rdoc (~> 3.12)
rdoc (>= 6.3.1)
rspec (~> 2.8.0)
6 changes: 3 additions & 3 deletions ip2location_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<bindata>, [">= 0"])
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<rdoc>, [">= 6.3.1"])
s.add_development_dependency(%q<bundler>, [">= 1.2.0"])
else
s.add_dependency(%q<bindata>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<rdoc>, [">= 6.3.1"])
s.add_dependency(%q<bundler>, [">= 1.2.0"])
end
else
s.add_dependency(%q<bindata>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<rdoc>, [">= 6.3.1"])
s.add_dependency(%q<bundler>, [">= 1.2.0"])
end
end
Expand Down

0 comments on commit e6dfdb9

Please sign in to comment.