Skip to content

Commit 7652974

Browse files
committed
Update Parser gem
We're a point release behind, and this provides improvements around parsing `&.` See [full changes][1]. [1]: whitequark/parser@v2.3.3.1...v2.4.0.0
1 parent 08f8de8 commit 7652974

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
gem "activesupport", require: false
6-
gem "parser", "~> 2.3.3.1"
6+
gem "parser", "~> 2.4.0"
77
gem "pry", require: false
88
gem "rubocop", "~> 0.45", require: false
99
gem "rubocop-migrations", require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
i18n (0.7.0)
1414
method_source (0.8.2)
1515
minitest (5.10.1)
16-
parser (2.3.3.1)
16+
parser (2.4.0.0)
1717
ast (~> 2.2)
1818
powerpack (0.1.1)
1919
pry (0.10.4)
@@ -58,7 +58,7 @@ PLATFORMS
5858

5959
DEPENDENCIES
6060
activesupport
61-
parser (~> 2.3.3.1)
61+
parser (~> 2.4.0)
6262
pry
6363
rake
6464
rspec
@@ -68,4 +68,4 @@ DEPENDENCIES
6868
safe_yaml
6969

7070
BUNDLED WITH
71-
1.13.6
71+
1.15.4

0 commit comments

Comments
 (0)