diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-18 14:00:56 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-18 15:17:24 -0400 |
commit | 7679c500abb8f6dff4c49a7dec1b1643a4aedeb0 (patch) | |
tree | cddc44bc630af40d4f0e2580267fd03cd5b80a7f /Gemfile | |
parent | 7d5fefb780a62d063c3bbf5b050910c5542d64c1 (diff) | |
download | gitlab-ce-7679c500abb8f6dff4c49a7dec1b1643a4aedeb0.tar.gz |
Update jasmine gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |