Skip to content

Commit

Permalink
Merge 62bbcf1 into f993577
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 24, 2020
2 parents f993577 + 62bbcf1 commit 86f6a08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
ast (2.4.1)
coderay (1.1.2)
coveralls (0.8.22)
json (>= 1.8, < 3)
Expand All @@ -16,18 +16,18 @@ GEM
tins (~> 1.6)
diff-lcs (1.3)
docile (1.3.1)
jaro_winkler (1.5.1)
json (2.1.0)
method_source (0.9.0)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.2)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rainbow (3.0.0)
rake (10.5.0)
regexp_parser (1.8.2)
rexml (3.2.4)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
Expand All @@ -41,17 +41,20 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.58.1)
jaro_winkler (~> 1.5.1)
rubocop (1.4.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 1.1.1)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
parser (>= 2.7.1.5)
rubocop-rspec (1.27.0)
rubocop (>= 0.56.0)
ruby-progressbar (1.9.0)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -61,7 +64,7 @@ GEM
tins (~> 1.0)
thor (0.19.4)
tins (1.16.3)
unicode-display_width (1.4.0)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -73,7 +76,7 @@ DEPENDENCIES
pry
rake (~> 10.0)
rspec (~> 3.0)
rubocop (~> 0.52)
rubocop (~> 1.4)
rubocop-rspec (~> 1.22)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion adaptor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.52'
spec.add_development_dependency 'rubocop', '~> 1.4'
spec.add_development_dependency 'rubocop-rspec', '~> 1.22'
end

0 comments on commit 86f6a08

Please sign in to comment.