summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-03-07 15:03:55 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-03-07 15:03:55 -0500
commitf05c22295dbaa7eef769a232545ead6bb1d6c08e (patch)
tree332fb7bb8986fa74516a5c74032c6be2341853e7 /Gemfile
parent903aa7c95e82949ca0a7b18e1f6d2f25fe1b04f4 (diff)
downloadgitlab-ce-f05c22295dbaa7eef769a232545ead6bb1d6c08e.tar.gz
Bump poltergeist to `~> 1.9.0`rs-bump-poltergeist
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c66ef3cffad..62b2e55b537 100644
--- a/Gemfile
+++ b/Gemfile
@@ -273,7 +273,7 @@ group :development, :test do
gem 'capybara', '~> 2.4.0'
gem 'capybara-screenshot', '~> 1.0.0'
- gem 'poltergeist', '~> 1.8.1'
+ gem 'poltergeist', '~> 1.9.0'
gem 'teaspoon', '~> 1.0.0'
gem 'teaspoon-jasmine', '~> 2.2.0'