diff options
author | Ruben Davila <rdavila84@gmail.com> | 2017-05-05 13:10:46 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-05-05 13:10:46 -0500 |
commit | 4b4fc943a3f4e6379cd5f59d2a3879b8d1ebb703 (patch) | |
tree | 5da265c575d6b366ca71aa7b834cf45e56f3edaf /Gemfile | |
parent | b81535351023a3b19870ce052d8c3d0563391686 (diff) | |
download | gitlab-ce-4b4fc943a3f4e6379cd5f59d2a3879b8d1ebb703.tar.gz |
Add ruby_parser gem for all environments.add-ruby-parser-dependency
It was only available for test and development environments and we need
it to run the `rake gettext:pack` command in omnibus which doesn't have
the test/dev gems installed.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -257,6 +257,7 @@ gem 'sentry-raven', '~> 2.4.0' gem 'premailer-rails', '~> 1.9.0' # I18n +gem 'ruby_parser', '~> 3.8.4', require: false gem 'gettext_i18n_rails', '~> 1.8.0' gem 'gettext_i18n_rails_js', '~> 1.2.0' gem 'gettext', '~> 3.2.2', require: false, group: :development |