From f53ad53d87d74a0c370bb1dd904a87e38a582580 Mon Sep 17 00:00:00 2001 From: ojab Date: Fri, 30 Jun 2017 04:30:15 +0000 Subject: [PATCH] Update regexp_parser dependency to 0.4.3 --- Gemfile.lock | 12 ++++++------ mutant.gemspec | 2 +- spec/support/warnings.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f9bcf3f..dbdfbd9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mutant (0.8.12) + mutant (0.8.13) abstract_type (~> 0.0.7) adamantium (~> 0.2.0) anima (~> 0.3.0) @@ -15,10 +15,10 @@ PATH parallel (~> 1.3) parser (~> 2.3.1, >= 2.3.1.4) procto (~> 0.0.2) - regexp_parser (~> 0.4.1) + regexp_parser (~> 0.4.3) unparser (~> 0.2.5) - mutant-rspec (0.8.12) - mutant (~> 0.8.12) + mutant-rspec (0.8.13) + mutant (~> 0.8.13) rspec-core (>= 3.4.0, < 3.7.0) GEM @@ -103,7 +103,7 @@ GEM codeclimate-engine-rb (~> 0.4.0) parser (~> 2.3.1, >= 2.3.1.2) rainbow (~> 2.0) - regexp_parser (0.4.1) + regexp_parser (0.4.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -164,4 +164,4 @@ DEPENDENCIES mutant! BUNDLED WITH - 1.13.6 + 1.15.1 diff --git a/mutant.gemspec b/mutant.gemspec index b33fce51..feba5ca4 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('equalizer', '~> 0.0.9') gem.add_runtime_dependency('anima', '~> 0.3.0') gem.add_runtime_dependency('concord', '~> 0.1.5') - gem.add_runtime_dependency('regexp_parser', '~> 0.4.1') + gem.add_runtime_dependency('regexp_parser', '~> 0.4.3') gem.add_development_dependency('devtools', '~> 0.1.12') gem.add_development_dependency('bundler', '~> 1.10') diff --git a/spec/support/warnings.yml b/spec/support/warnings.yml index c8d1cc76..cae8d3a4 100644 --- a/spec/support/warnings.yml +++ b/spec/support/warnings.yml @@ -1,4 +1,4 @@ --- - 'lib/parser/lexer.rb:10922: warning: assigned but unused variable - testEof' - 'lib/parser/source/rewriter.rb:392: warning: assigned but unused variable - begin_pos' -- 'lib/regexp_parser/scanner.rb:1646: warning: assigned but unused variable - testEof' +- 'lib/regexp_parser/scanner.rb:1674: warning: assigned but unused variable - testEof'