Skip to content

Commit

Permalink
Resolve #20 by updating the parser gem to 3.2.1 version
Browse files Browse the repository at this point in the history
Update with Gemfile
  • Loading branch information
ggalancs authored and Ilya N. Zykin committed Feb 25, 2023
1 parent eb61e0c commit be86fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ gem "devise", "4.8.1"
group :development, :test do
# RSpec testing
gem "rspec-rails", "6.0.1"
# for RSpec and ruby 3.2.1
gem "parser", "3.2.1.0"

# Fake data for development and testing
gem "faker", "3.1.0"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pg (1.4.5)
pry (0.14.2)
Expand Down Expand Up @@ -371,6 +371,7 @@ DEPENDENCIES
importmap-rails (= 1.1.5)
jbuilder (= 2.11.5)
kaminari (= 1.2.2)
parser (= 3.2.1.0)
pg (= 1.4.5)
pry (= 0.14.2)
puma (= 5.6.5)
Expand Down

0 comments on commit be86fee

Please sign in to comment.