Skip to content

Commit

Permalink
Merge pull request #427 from Homebrew/dependabot/bundler/parser-2.6.0.0
Browse files Browse the repository at this point in the history
Bump parser from 2.5.3.0 to 2.6.0.0
  • Loading branch information
colindean committed Jan 17, 2019
2 parents 3485748 + b8e1d8e commit 9ae1335
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ GEM
specs:
ast (2.4.0)
coderay (1.1.2)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.3)
docile (1.3.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
ffi (1.10.0)
formatador (0.2.5)
guard (2.15.0)
Expand All @@ -24,6 +32,8 @@ GEM
guard-rubocop (1.3.0)
guard (~> 2.0)
rubocop (~> 0.20)
http-cookie (1.0.3)
domain_name (~> 0.5)
jaro_winkler (1.5.2)
json (2.1.0)
listen (3.1.5)
Expand All @@ -32,12 +42,17 @@ GEM
ruby_dep (~> 1.2)
lumberjack (1.0.13)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
multi_json (1.13.1)
nenv (0.3.0)
netrc (0.11.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.12.1)
parser (2.5.3.0)
parser (2.6.0.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.12.2)
Expand All @@ -48,6 +63,10 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -76,19 +95,29 @@ GEM
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-cobertura (1.3.0)
simplecov (~> 0.8)
simplecov-html (0.10.2)
term-ansicolor (1.7.0)
tins (~> 1.0)
thor (0.20.3)
tins (1.20.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.1)

PLATFORMS
ruby

DEPENDENCIES
coveralls
guard-rspec
guard-rubocop
rake
rspec
simplecov
simplecov-cobertura

BUNDLED WITH
1.16.6

0 comments on commit 9ae1335

Please sign in to comment.