From fbb382d5709baac69ec1d4b3dbeca0dc1dbd1edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Bu=C5=82at?= Date: Thu, 13 Jul 2017 10:38:24 +0200 Subject: [PATCH] Bump regexp_parser version to 0.4.4 This version allows to run tests on Ruby 2.3.4. --- Gemfile.lock | 10 +++++----- circle.yml | 2 +- mutant.gemspec | 2 +- spec/integrations.yml | 2 +- spec/support/warnings.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd8882246..a8e5a2bf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mutant (0.8.13) + mutant (0.8.14) 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.4, < 2.5) procto (~> 0.0.2) - regexp_parser (~> 0.4.3) + regexp_parser (~> 0.4.4) unparser (~> 0.2.5) - mutant-rspec (0.8.13) - mutant (~> 0.8.13) + mutant-rspec (0.8.14) + mutant (~> 0.8.14) rspec-core (>= 3.4.0, < 3.7.0) GEM @@ -105,7 +105,7 @@ GEM codeclimate-engine-rb (~> 0.4.0) parser (>= 2.4.0.0, < 2.5) rainbow (~> 2.0) - regexp_parser (0.4.3) + regexp_parser (0.4.4) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) diff --git a/circle.yml b/circle.yml index 2751936b3..c43f818ba 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ jobs: ruby_2_3: <<: *defaults docker: - - image: circleci/ruby:2.3.3 + - image: circleci/ruby:2.3.4 ruby_2_4: <<: *defaults docker: diff --git a/mutant.gemspec b/mutant.gemspec index ad454652b..eecce295a 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -35,7 +35,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.3') + gem.add_runtime_dependency('regexp_parser', '~> 0.4.4') gem.add_development_dependency('devtools', '~> 0.1.12') gem.add_development_dependency('bundler', '~> 1.10') diff --git a/spec/integrations.yml b/spec/integrations.yml index 22fa853d8..e4a1a9d40 100644 --- a/spec/integrations.yml +++ b/spec/integrations.yml @@ -18,7 +18,7 @@ - name: regexp_parser namespace: Regexp repo_uri: 'https://github.com/ammar/regexp_parser.git' - repo_ref: 'v0.4.3' + repo_ref: 'v0.4.4' ruby_glob_pattern: '**/*.rb' mutation_coverage: false mutation_generation: true diff --git a/spec/support/warnings.yml b/spec/support/warnings.yml index 864f65d51..fbe2c06a4 100644 --- a/spec/support/warnings.yml +++ b/spec/support/warnings.yml @@ -2,4 +2,4 @@ - 'lib/parallel.rb:222: warning: shadowing outer local variable - args' - 'lib/parallel.rb:227: warning: shadowing outer local variable - args' - 'lib/parser/lexer.rb:10922: warning: assigned but unused variable - testEof' -- 'lib/regexp_parser/scanner.rb:1674: warning: assigned but unused variable - testEof' +- 'lib/regexp_parser/scanner.rb:1675: warning: assigned but unused variable - testEof'