Refresh patches

This commit is contained in:
Pirate Praveen 2020-04-15 14:48:40 +05:30
parent 6ab12f82bb
commit fef46eb7e7

View file

@ -185,8 +185,8 @@ gitlab Gemfile
gem 'diff_match_patch', '~> 0.1.0'
# Application server
-gem 'rack', '~> 2.0.7'
+gem 'rack', '~> 2.0', '>= 2.0.7'
-gem 'rack', '~> 2.0.9'
+gem 'rack', '~> 2.0', '>= 2.0.9'
group :unicorn do
- gem 'unicorn', '~> 5.4.1'