24 lines
773 B
Diff
24 lines
773 B
Diff
relax minor updates for 8.9 (fix #827013)
|
|
|
|
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -105,7 +105,7 @@ gem 'org-ruby', '~> 0.9.12'
|
|
gem 'creole', '~> 0.5.0'
|
|
gem 'wikicloth', '0.8.1'
|
|
gem 'asciidoctor', '~> 1.5.2'
|
|
-gem 'rouge', '~> 1.10.1'
|
|
+gem 'rouge', '~> 1.10'
|
|
|
|
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
|
|
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
|
|
@@ -121,7 +121,7 @@ group :unicorn do
|
|
end
|
|
|
|
# State machine
|
|
-gem "state_machines-activerecord", '~> 0.3.0'
|
|
+gem "state_machines-activerecord", '~> 0.4.0'
|
|
# Run events after state machine commits
|
|
gem 'after_commit_queue'
|
|
|