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:37:59 +0300
committerJonne Haß <me@jhass.eu>2020-03-20 22:03:42 +0300
commit27493cee41d7184aebbed6a977c8f0d12579acc9 (patch)
tree15c21a7c5a5afcd731c656dbfaf5b2acc5b33abe /Gemfile
parentd0e5f90f845971875b7d7a7e659295e8c7ece8fb (diff)
update rspec-rails to 3.9.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2fe8f2f7b..997d5dd72 100644
--- a/Gemfile
+++ b/Gemfile
@@ -304,7 +304,7 @@ end
group :development, :test do
# RSpec (unit tests, some integration tests)
- gem "rspec-rails", "3.8.2"
+ gem "rspec-rails", "3.9.1"
# Cucumber (integration tests)
gem "cucumber-rails", "2.0.0", require: false