Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2017-05-05 21:10:46 +0300
committerRuben Davila <rdavila84@gmail.com>2017-05-05 21:10:46 +0300
commit4b4fc943a3f4e6379cd5f59d2a3879b8d1ebb703 (patch)
tree5da265c575d6b366ca71aa7b834cf45e56f3edaf /Gemfile
parentb81535351023a3b19870ce052d8c3d0563391686 (diff)
Add ruby_parser gem for all environments.
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--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9426a558612..5dbb0bdfddb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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