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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-04 21:10:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-04 21:10:11 +0300
commitdb3acec198e92833482b9ce5c055f562b06a14a1 (patch)
tree8e7642c700b84ac613c4766f9a65ada7090b2ee2 /Gemfile
parentca89460cfa70ffe0a6d7cb289b31bd72ce8d6da3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b5ecfe56f28..b10a9a5482a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -189,7 +189,7 @@ group :puma do
end
# State machine
-gem 'state_machines-activerecord', '~> 0.6.0'
+gem 'state_machines-activerecord', '~> 0.8.0'
# Issue tags
gem 'acts-as-taggable-on', '~> 6.0'