summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAsh McKenzie <ash@the-rebellion.net>2018-07-20 11:34:01 +1000
committerAsh McKenzie <ash@the-rebellion.net>2018-07-20 22:28:58 +1000
commitc92bfcefece5eea1fa30f75f7e99212c09b5792e (patch)
tree09b5c83caadd778e4173257469ade986665ce12e /Gemfile
parent41396a775e13734eeb67df715744a16b622ed7b7 (diff)
downloadgitlab-shell-ash.mckenzie/minor-tidy-up.tar.gz
Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-up
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e7710cf..1e5de7a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,8 @@ group :development, :test do
gem 'guard', '~> 1.5.0'
gem 'guard-rspec', '~> 2.1.0'
gem 'listen', '~> 0.5.0'
- gem 'rspec', '~> 2.14.0'
+ gem 'rspec', '~> 2.0'
+ gem 'rspec-its', '~> 1.0.0'
gem 'rubocop', '0.49.1', require: false
gem 'simplecov', '~> 0.9.0', require: false
gem 'vcr', '~> 2.4.0'