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 <dmitriy.zaporozhets@gmail.com>2013-12-10 18:03:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 18:03:24 +0400
commitbbd8525d75d6dba4dd6f5dc996073e61f47e43dc (patch)
tree1e941c9e4d28f34d525a4a01103ee46ca1ec253c /Gemfile
parent5a2ae296fafb434e9f6a72118b02ddc1f584a9a9 (diff)
Update jasmine gem to work with rails4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7b949dfcda7..1e3d9a56aea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -203,7 +203,7 @@ group :development, :test do
gem 'poltergeist', '~> 1.4.1'
gem 'spork', '~> 1.0rc'
- gem 'jasmine'
+ gem 'jasmine', '2.0.0.rc5'
end
group :test do