redmine: 4.1.0 -> 4.1.1

This commit is contained in:
Aaron Andersen
2020-04-09 14:03:24 -04:00
parent 555bdfdd42
commit 8eefb7ce14
4 changed files with 312 additions and 127 deletions
@@ -1,8 +1,10 @@
source 'https://rubygems.org'
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"
gem "rails", "5.2.4.1"
gem 'rails', '5.2.4.2'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem "rouge", "~> 3.12.0"
gem "request_store", "~> 1.4.1"
gem "mini_mime", "~> 1.0.1"