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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2020-03-20 15:13:20 +0300
committerJonne Haß <me@jhass.eu>2020-03-20 22:03:42 +0300
commitb325d2ca4327106d94e8b79eed64ea8d254f55b7 (patch)
tree270a619a14a13a8ca00c0096a4621c1ff06922f5 /Gemfile
parent7ec921c9562f0c7fd42fc4674ae1e5aa3085fa29 (diff)
update jasmine to 3.5.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f1520315b..9d24febc4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -310,7 +310,7 @@ group :development, :test do
gem "cucumber-rails", "2.0.0", require: false
# Jasmine (client side application tests (JS))
- gem "jasmine", "3.4.0"
+ gem "jasmine", "3.5.1"
gem "jasmine-jquery-rails", "2.0.3"
gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://gems.diasporafoundation.org"
gem "sinon-rails", "1.15.0"