Skip to content

Commit

Permalink
Lock parser version to remove racc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 14, 2023
1 parent 48e24d0 commit 1bddbcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions tool/bundler/rubocop_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rubocop", "1.31.0"
gem "parser", "3.2.2.2"

gem "minitest"
gem "rake"
Expand Down
6 changes: 2 additions & 4 deletions tool/bundler/rubocop_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ GEM
diff-lcs (1.5.0)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.4)
parser (3.2.2.2)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rake-compiler (1.2.5)
Expand Down Expand Up @@ -62,6 +59,7 @@ PLATFORMS

DEPENDENCIES
minitest
parser (= 3.2.2.2)
rake
rake-compiler
rspec
Expand Down
1 change: 1 addition & 0 deletions tool/bundler/standard_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "standard", "1.12.1"
gem "parser", "3.2.2.2"

gem "minitest"
gem "rake"
Expand Down
6 changes: 2 additions & 4 deletions tool/bundler/standard_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ GEM
diff-lcs (1.5.0)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.4)
parser (3.2.2.2)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rake-compiler (1.2.5)
Expand Down Expand Up @@ -68,6 +65,7 @@ PLATFORMS

DEPENDENCIES
minitest
parser (= 3.2.2.2)
rake
rake-compiler
rspec
Expand Down

0 comments on commit 1bddbcf

Please sign in to comment.