Make spring optional
This commit is contained in:
parent
faee4763f7
commit
d1157238f9
1 changed files with 7 additions and 5 deletions
12
Gemfile
12
Gemfile
|
@ -294,11 +294,6 @@ group :development, :test do
|
||||||
gem 'teaspoon', '~> 1.1.0'
|
gem 'teaspoon', '~> 1.1.0'
|
||||||
gem 'teaspoon-jasmine', '~> 2.2.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', '~> 0.40.0', require: false
|
||||||
gem 'rubocop-rspec', '~> 1.5.0', require: false
|
gem 'rubocop-rspec', '~> 1.5.0', require: false
|
||||||
gem 'scss_lint', '~> 0.47.0', require: false
|
gem 'scss_lint', '~> 0.47.0', require: false
|
||||||
|
@ -326,6 +321,13 @@ group :production do
|
||||||
gem "gitlab_meta", '7.0'
|
gem "gitlab_meta", '7.0'
|
||||||
end
|
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 "newrelic_rpm", '~> 3.14'
|
||||||
|
|
||||||
gem 'octokit', '~> 4.3.0'
|
gem 'octokit', '~> 4.3.0'
|
||||||
|
|
Loading…
Reference in a new issue