summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-17 16:26:17 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-17 16:26:17 +0200
commitd1157238f9b70ef1ccc4fd25e32b584380aa7e7d (patch)
tree12ada9e08860d83107dfc0a6c95ebc3e49fa810b
parentfaee4763f7a166772bb40945f82da4b25a95e7d5 (diff)
downloadgitlab-ce-d1157238f9b70ef1ccc4fd25e32b584380aa7e7d.tar.gz
Make spring optional
-rw-r--r--Gemfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 435bccaf04b..e98dd4e9ea8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -294,11 +294,6 @@ group :development, :test do
gem 'teaspoon', '~> 1.1.0'
gem 'teaspoon-jasmine', '~> 2.2.0'
- gem 'spring', '~> 1.7.0'
- gem 'spring-commands-rspec', '~> 1.0.4'
- gem 'spring-commands-spinach', '~> 1.1.0'
- gem 'spring-commands-teaspoon', '~> 0.0.2'
-
gem 'rubocop', '~> 0.40.0', require: false
gem 'rubocop-rspec', '~> 1.5.0', require: false
gem 'scss_lint', '~> 0.47.0', require: false
@@ -326,6 +321,13 @@ group :production do
gem "gitlab_meta", '7.0'
end
+group :spring, optional: true do
+ gem 'spring', '~> 1.7.0'
+ gem 'spring-commands-rspec', '~> 1.0.4'
+ gem 'spring-commands-spinach', '~> 1.1.0'
+ gem 'spring-commands-teaspoon', '~> 0.0.2'
+end
+
gem "newrelic_rpm", '~> 3.14'
gem 'octokit', '~> 4.3.0'