Update regexp_parser dependency to 0.4.3

This commit is contained in:
ojab 2017-06-30 04:30:15 +00:00
parent 65595cbcbe
commit f53ad53d87
No known key found for this signature in database
GPG key ID: 77315EBA95155D61
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
mutant (0.8.12) mutant (0.8.13)
abstract_type (~> 0.0.7) abstract_type (~> 0.0.7)
adamantium (~> 0.2.0) adamantium (~> 0.2.0)
anima (~> 0.3.0) anima (~> 0.3.0)
@ -15,10 +15,10 @@ PATH
parallel (~> 1.3) parallel (~> 1.3)
parser (~> 2.3.1, >= 2.3.1.4) parser (~> 2.3.1, >= 2.3.1.4)
procto (~> 0.0.2) procto (~> 0.0.2)
regexp_parser (~> 0.4.1) regexp_parser (~> 0.4.3)
unparser (~> 0.2.5) unparser (~> 0.2.5)
mutant-rspec (0.8.12) mutant-rspec (0.8.13)
mutant (~> 0.8.12) mutant (~> 0.8.13)
rspec-core (>= 3.4.0, < 3.7.0) rspec-core (>= 3.4.0, < 3.7.0)
GEM GEM
@ -103,7 +103,7 @@ GEM
codeclimate-engine-rb (~> 0.4.0) codeclimate-engine-rb (~> 0.4.0)
parser (~> 2.3.1, >= 2.3.1.2) parser (~> 2.3.1, >= 2.3.1.2)
rainbow (~> 2.0) rainbow (~> 2.0)
regexp_parser (0.4.1) regexp_parser (0.4.3)
rspec (3.5.0) rspec (3.5.0)
rspec-core (~> 3.5.0) rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0) rspec-expectations (~> 3.5.0)
@ -164,4 +164,4 @@ DEPENDENCIES
mutant! mutant!
BUNDLED WITH BUNDLED WITH
1.13.6 1.15.1

View file

@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('equalizer', '~> 0.0.9') gem.add_runtime_dependency('equalizer', '~> 0.0.9')
gem.add_runtime_dependency('anima', '~> 0.3.0') gem.add_runtime_dependency('anima', '~> 0.3.0')
gem.add_runtime_dependency('concord', '~> 0.1.5') 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('devtools', '~> 0.1.12')
gem.add_development_dependency('bundler', '~> 1.10') gem.add_development_dependency('bundler', '~> 1.10')

View file

@ -1,4 +1,4 @@
--- ---
- 'lib/parser/lexer.rb:10922: warning: assigned but unused variable - testEof' - '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/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'