Skip to content

Commit

Permalink
Update coveralls dep to get rid of ::Fixnum warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe committed Aug 20, 2018
1 parent 6042837 commit c970e31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Expand Up @@ -7,15 +7,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coveralls (0.8.19)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
thor (~> 0.19.4)
tins (~> 1.6)
diff-lcs (1.3)
docile (1.1.5)
json (2.0.3)
docile (1.3.1)
json (2.1.0)
rake (11.3.0)
redis (4.0.1)
rspec (3.5.0)
Expand All @@ -31,24 +31,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
simplecov (0.12.0)
docile (~> 1.1.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.4.0)
simplecov-html (0.10.2)
term-ansicolor (1.6.0)
tins (~> 1.0)
thor (0.19.4)
tins (1.13.0)
tins (1.16.3)

PLATFORMS
ruby

DEPENDENCIES
coveralls (~> 0.8.13)
coveralls (~> 0.8)
rake (~> 11.1, >= 11.1.2)
redlock!
rspec (~> 3, >= 3.0.0)

BUNDLED WITH
1.16.0
1.16.2
2 changes: 1 addition & 1 deletion redlock.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'redis', '>= 3.0.0', '< 5.0'

spec.add_development_dependency "coveralls", "~> 0.8.13"
spec.add_development_dependency "coveralls", "~> 0.8"
spec.add_development_dependency 'rake', '~> 11.1', '>= 11.1.2'
spec.add_development_dependency 'rspec', '~> 3', '>= 3.0.0'
end

0 comments on commit c970e31

Please sign in to comment.