diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-10 16:27:09 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-05-14 18:53:57 +1100 |
commit | 82a5d7f573f6f064f9c4b5702664037a9042ca3c (patch) | |
tree | 6d0f39d6bc6abeba0187f3335531aa2230429c94 /Gemfile | |
parent | 774ea414847f8e201e8e30102f1bc852ec6bc714 (diff) | |
download | gitlab-ce-82a5d7f573f6f064f9c4b5702664037a9042ca3c.tar.gz |
Clean up Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -325,8 +325,6 @@ group :development, :test do gem 'factory_bot_rails', '~> 4.8.2' gem 'rspec-rails', '~> 3.6.0' gem 'rspec-retry', '~> 0.4.5' - gem 'spinach-rails', '~> 0.2.1' - gem 'spinach-rerun-reporter', '~> 0.0.2' gem 'rspec_profiling', '~> 0.0.5' gem 'rspec-set', '~> 0.1.3' gem 'rspec-parameterized', require: false @@ -343,7 +341,6 @@ group :development, :test do gem 'spring', '~> 2.0.0' gem 'spring-commands-rspec', '~> 1.0.4' - gem 'spring-commands-spinach', '~> 1.1.0' gem 'gitlab-styles', '~> 2.3', require: false # Pin these dependencies, otherwise a new rule could break the CI pipelines |