summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock14
2 files changed, 0 insertions, 15 deletions
diff --git a/Gemfile b/Gemfile
index 708a3a2..ea8c8dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,6 @@ gem 'thinking-sphinx', '~> 3.1.4'
group :test do
gem 'simplecov'
gem 'ci_reporter'
- gem 'rspec'
gem 'minitest-reporters'
gem 'rubocop'
diff --git a/Gemfile.lock b/Gemfile.lock
index 5e36356..48a2d90 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -128,19 +128,6 @@ GEM
rainbow (3.0.0)
rake (12.3.3)
riddle (2.3.2)
- rspec (3.8.0)
- rspec-core (~> 3.8.0)
- rspec-expectations (~> 3.8.0)
- rspec-mocks (~> 3.8.0)
- rspec-core (3.8.2)
- rspec-support (~> 3.8.0)
- rspec-expectations (3.8.4)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-mocks (3.8.1)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-support (3.8.2)
rubocop (0.73.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
@@ -206,7 +193,6 @@ DEPENDENCIES
prototype-rails!
rails (~> 4.2)
rake
- rspec
rubocop
rubocop-performance
rubocop-rails