Skip to content

Commit

Permalink
force parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 10, 2024
1 parent 73056f9 commit c5b2179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ gem "rspec"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "rubocop-faker"

gem "decidim-dev", DECIDIM_VERSION
gem "parser", "3.3.0.4"
gem "rubocop-ast", "1.31.2"
gem "rubocop-faker"
end

group :development do
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ GEM
parallel (1.26.3)
parallel_tests (3.13.0)
parallel
parser (3.3.5.0)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pg (1.1.4)
Expand Down Expand Up @@ -955,6 +955,7 @@ DEPENDENCIES
health_check
letter_opener_web (~> 1.3)
listen (~> 3.1)
parser (= 3.3.0.4)
puma (>= 5.0.0)
rspec
rubocop-ast (= 1.31.2)
Expand Down

0 comments on commit c5b2179

Please sign in to comment.