summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2018-07-26 17:45:03 +1000
committerAsh McKenzie <amckenzie@gitlab.com>2018-07-30 10:39:17 +1000
commit93b3b92d70d2165795378933d9367c76322b9748 (patch)
treec50ef422708ba66aea6f72ca27461c6cd143923f /Gemfile
parent15fde478ccc6e464e175da7b8d8148a5835d4076 (diff)
downloadgitlab-shell-93b3b92d70d2165795378933d9367c76322b9748.tar.gz
Gem updates (rspec, vcr, guard)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 1e5de7a..41e19eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,13 +1,12 @@
source "http://rubygems.org"
group :development, :test do
- gem 'guard', '~> 1.5.0'
- gem 'guard-rspec', '~> 2.1.0'
- gem 'listen', '~> 0.5.0'
- gem 'rspec', '~> 2.0'
+ gem 'guard-rspec', '~> 4.0'
+ gem 'listen', '~> 3.0.0'
+ gem 'rspec', '~> 3.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'
+ gem 'vcr', '~> 4.0'
gem 'webmock', '~> 1.9.0'
end