summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-16 06:07:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-16 06:07:58 +0000
commit334fbbb5d3822acc996a59e492fdace629cf7322 (patch)
tree166e928a548ce4055baf426e73f771eeda2901ec /Gemfile
parentd1bb6110842b87d5a6a05c326ed16edef167209a (diff)
downloadgitlab-ce-334fbbb5d3822acc996a59e492fdace629cf7322.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 49d780c344c..70a2ef5b4dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'rails', '~> 6.0.2.2'
+gem 'rails', '~> 6.0.3'
gem 'bootsnap', '~> 1.4.6'
@@ -293,7 +293,7 @@ gem 'base32', '~> 0.3.0'
gem "gitlab-license", "~> 1.0"
# Protect against bruteforcing
-gem 'rack-attack', '~> 6.2.0'
+gem 'rack-attack', '~> 6.3.0'
# Sentry integration
gem 'sentry-raven', '~> 2.9'