Skip to content

Commit

Permalink
Bump regexp_parser version to 0.4.4
Browse files Browse the repository at this point in the history
This version allows to run tests on Ruby 2.3.4.
  • Loading branch information
barthez committed Jul 13, 2017
1 parent e216267 commit fbb382d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mutant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion spec/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/support/warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit fbb382d

Please sign in to comment.