diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-19 13:05:43 -0800 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-11-19 20:11:21 -0200 |
commit | 1ecf0962074a2a46c5e2002c1c235411e91f2577 (patch) | |
tree | 2eca3219bfdeb07a98585a2c00203e43a8705210 | |
parent | b1321dedaad5415de151480eb2a76c131437d29e (diff) | |
download | gitlab-ce-1ecf0962074a2a46c5e2002c1c235411e91f2577.tar.gz |
Bump ruby_parser to 3.11.0 for Ruby 2.5 compatibility
See https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc
-rw-r--r-- | Gemfile.lock | 6 | ||||
-rw-r--r-- | Gemfile.rails4.lock | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 975243f31d5..ed518555ebb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -767,8 +767,8 @@ GEM ruby-progressbar (1.9.0) ruby-saml (1.7.2) nokogiri (>= 1.5.10) - ruby_parser (3.9.0) - sexp_processor (~> 4.1) + ruby_parser (3.11.0) + sexp_processor (~> 4.9) rubyntlm (0.6.2) rubypants (0.2.0) rubyzip (1.2.2) @@ -808,7 +808,7 @@ GEM sentry-raven (2.7.2) faraday (>= 0.7.6, < 1.0) settingslogic (2.0.9) - sexp_processor (4.9.0) + sexp_processor (4.11.0) sham_rack (1.3.6) rack shoulda-matchers (3.1.2) diff --git a/Gemfile.rails4.lock b/Gemfile.rails4.lock index 657975da2a4..384e90af844 100644 --- a/Gemfile.rails4.lock +++ b/Gemfile.rails4.lock @@ -759,8 +759,8 @@ GEM ruby-progressbar (1.9.0) ruby-saml (1.7.2) nokogiri (>= 1.5.10) - ruby_parser (3.9.0) - sexp_processor (~> 4.1) + ruby_parser (3.11.0) + sexp_processor (~> 4.9) rubyntlm (0.6.2) rubypants (0.2.0) rubyzip (1.2.2) @@ -800,7 +800,7 @@ GEM sentry-raven (2.7.2) faraday (>= 0.7.6, < 1.0) settingslogic (2.0.9) - sexp_processor (4.9.0) + sexp_processor (4.11.0) sham_rack (1.3.6) rack shoulda-matchers (3.1.2) |