Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Merge 72ce056 into a988396
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 1, 2019
2 parents a988396 + 72ce056 commit 6f5f83a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
gem 'guard-rspec', '~> 4.7.3'
gem 'listen', '~> 3.1.5'
gem 'rspec', '~> 3.8.0'
gem 'rubocop', '~> 0.65.0'
gem 'rubocop', '~> 0.77.0'
end

group :debug do
Expand Down
22 changes: 9 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (3.6.0)
jaro_winkler (1.5.2)
jaro_winkler (1.5.4)
json (2.1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -48,17 +48,15 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.14.0)
parser (2.6.0.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
psych (3.1.0)
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
Expand All @@ -77,16 +75,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.65.0)
rubocop (0.77.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
shellany (0.0.1)
simplecov (0.16.1)
Expand All @@ -98,7 +94,7 @@ GEM
tins (~> 1.0)
thor (0.19.4)
tins (1.16.3)
unicode-display_width (1.4.1)
unicode-display_width (1.6.0)

PLATFORMS
ruby
Expand All @@ -115,7 +111,7 @@ DEPENDENCIES
pry-byebug (~> 3.7.0)
rake (~> 12.3.1)
rspec (~> 3.8.0)
rubocop (~> 0.65.0)
rubocop (~> 0.77.0)

BUNDLED WITH
1.16.2

0 comments on commit 6f5f83a

Please sign in to comment.