We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f8de8 commit 7652974Copy full SHA for 7652974
Gemfile
@@ -3,7 +3,7 @@
3
source 'https://rubygems.org'
4
5
gem "activesupport", require: false
6
-gem "parser", "~> 2.3.3.1"
+gem "parser", "~> 2.4.0"
7
gem "pry", require: false
8
gem "rubocop", "~> 0.45", require: false
9
gem "rubocop-migrations", require: false
Gemfile.lock
@@ -13,7 +13,7 @@ GEM
13
i18n (0.7.0)
14
method_source (0.8.2)
15
minitest (5.10.1)
16
- parser (2.3.3.1)
+ parser (2.4.0.0)
17
ast (~> 2.2)
18
powerpack (0.1.1)
19
pry (0.10.4)
@@ -58,7 +58,7 @@ PLATFORMS
58
59
DEPENDENCIES
60
activesupport
61
- parser (~> 2.3.3.1)
+ parser (~> 2.4.0)
62
pry
63
rake
64
rspec
@@ -68,4 +68,4 @@ DEPENDENCIES
68
safe_yaml
69
70
BUNDLED WITH
71
- 1.13.6
+ 1.15.4
0 commit comments