summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-18 14:00:56 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-18 15:17:24 -0400
commit7679c500abb8f6dff4c49a7dec1b1643a4aedeb0 (patch)
treecddc44bc630af40d4f0e2580267fd03cd5b80a7f /Gemfile
parent7d5fefb780a62d063c3bbf5b050910c5542d64c1 (diff)
downloadgitlab-ce-7679c500abb8f6dff4c49a7dec1b1643a4aedeb0.tar.gz
Update jasmine gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3f262655117..5c86ad15e40 100644
--- a/Gemfile
+++ b/Gemfile
@@ -251,12 +251,12 @@ group :development, :test do
# PhantomJS driver for Capybara
gem 'poltergeist', '~> 1.5.1'
- gem 'jasmine', '2.0.2'
+ gem 'jasmine', '~> 2.2.0'
gem "spring", '~> 1.3.1'
gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
-
+
gem "byebug"
end