Skip to content

Commit

Permalink
Bump parser from 3.2.2.4 to 3.3.0.3
Browse files Browse the repository at this point in the history
Bumps [parser](https://github.com/whitequark/parser) from 3.2.2.4 to 3.3.0.3.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.2.2.4...v3.3.0.3)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 31f393b commit c8bf94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :development, :test do
gem 'database_cleaner-active_record'
gem 'factory_bot_rails'
gem 'ffaker'
gem 'parser', '~> 3.2.2'
gem 'parser', '~> 3.3.0'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', '~> 1.59'
gem 'rubocop-rails', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
jquery-turbolinks
mini_check
paper_trail (~> 11.1)
parser (~> 3.2.2)
parser (~> 3.3.0)
pg
puma
rack-accept
Expand Down

0 comments on commit c8bf94c

Please sign in to comment.