Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-22 22:57:40 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-22 22:57:40 +0300
commita22f3139f3f3d37531cc5ed75fea3c9aa6f257ef (patch)
treeef1a5cb3f7bc4d46b9e0c665d95625e910bffed4 /Gemfile
parentb5ee60c51263c981098d3268a8cb7105376651fa (diff)
parent3ae0b8853b6f1169e0341c091d8a4e1b13aac3ad (diff)
Merge branch 'rs-reply-hotkey' into 'master'
"Reply quoting selected text" shortcut/hotkey Adds the <kbd>r</kbd> hotkey for quoting selected text on Issuable forms. This MR also updates the jasmine gem and adds jasmine-rails to let us use the asset pipeline (and Coffeescript) in JS specs. See merge request !1775
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9662f15bf9e..c7a59a82d1a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -251,7 +251,8 @@ group :development, :test do
# PhantomJS driver for Capybara
gem 'poltergeist', '~> 1.5.1'
- gem 'jasmine', '2.0.2'
+ gem 'jasmine', '~> 2.2.0'
+ gem 'jasmine-rails'
gem "spring", '~> 1.3.1'
gem "spring-commands-rspec", '1.0.4'