diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index d1bffb41..430324a4 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem "maremma", ">= 4.3" gem "rack-utf8_sanitizer", "~> 1.6" gem "coffee-rails", "~> 4.1", ">= 4.1.1" -gem "git", "~> 1.5" +gem "git", "~> 1.13" gem "mini_magick", "~> 4.5", ">= 4.5.1" gem "rack-jwt" gem "remotipart", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index 662492ec..378370da --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,8 @@ GEM rack-protection (>= 1.5.3, < 2.1.0) gender_detector (0.1.2) unicode_utils (>= 1.3.0) - git (1.9.1) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (0.5.2) activesupport (>= 5.0) @@ -727,7 +728,7 @@ DEPENDENCIES flipper-api flipper-redis flipper-ui - git (~> 1.5) + git (~> 1.13) google-protobuf (= 3.10.0.rc.1) graphql (~> 1.9, >= 1.9.16) graphql-batch (~> 0.4.1)