summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-08-14 14:56:02 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-08-15 16:04:16 -0500
commit268d23de46525cc18b805f09bf3eb3a1aa6aa8b8 (patch)
tree541d409907090c09a23434eab8a9363e1838bfb8 /Gemfile
parentcfec435a64ec7571a8333dc754afac0a41ebc6d8 (diff)
downloadgitlab-shell-268d23de46525cc18b805f09bf3eb3a1aa6aa8b8.tar.gz
Update rspec to 3.8.0; remove rspec-its
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 2896400..49ed4ad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,7 @@ source "http://rubygems.org"
group :development, :test do
gem 'listen', '~> 0.5.0'
- gem 'rspec', '~> 2.0'
- gem 'rspec-its', '~> 1.0.0'
+ gem 'rspec', '~> 3.8.0'
gem 'rubocop', '0.49.1', require: false
gem 'simplecov', '~> 0.9.0', require: false
gem 'vcr', '~> 4.0.0'