summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-01 08:20:27 -0800
committerStan Hu <stanhu@gmail.com>2019-01-01 08:20:27 -0800
commit9306dabba052d49a766753a1e9a99ebd09093002 (patch)
tree4277365b1a10937258b0114f57e18fd8c5eec1a8 /Gemfile
parent895355724586574634f0ffdde7a70ca53a19be17 (diff)
downloadgitlab-ce-sh-cache-gitlab-qa-gems.tar.gz
Cache GitLab QA gems and make versions consistentsh-cache-gitlab-qa-gems
QA specs always fetch from RubyGems, so let's cache these to save some bandwidth. Nokogiri takes a while to install, so that alone should be motivation for reusing gems used in CE where possible. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55843
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 917fef314b9..9426f9d5a58 100644
--- a/Gemfile
+++ b/Gemfile
@@ -127,7 +127,7 @@ gem 'asciidoctor-plantuml', '0.0.8'
gem 'rouge', '~> 3.1'
gem 'truncato', '~> 0.7.9'
gem 'bootstrap_form', '~> 2.7.0'
-gem 'nokogiri', '~> 1.8.4'
+gem 'nokogiri', '~> 1.8.5'
gem 'escape_utils', '~> 1.1'
# Calendar rendering
@@ -322,7 +322,7 @@ end
group :development, :test do
gem 'bootsnap', '~> 1.3'
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
- gem 'pry-byebug', '~> 3.4.1', platform: :mri
+ gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'
gem 'awesome_print', require: false
@@ -342,8 +342,8 @@ group :development, :test do
# Generate Fake data
gem 'ffaker', '~> 2.10'
- gem 'capybara', '~> 2.15'
- gem 'capybara-screenshot', '~> 1.0.0'
+ gem 'capybara', '~> 2.16.1'
+ gem 'capybara-screenshot', '~> 1.0.18'
gem 'selenium-webdriver', '~> 3.12'
gem 'spring', '~> 2.0.0'