diff --git a/Gemfile b/Gemfile index 1d120b0..aa38ee8 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "tzinfo-data", "~> 1.2017", ">= 1.2017.3" gem "bootsnap", ">= 1.1.0", require: false gem "rack-cors", "~> 1.0", require: "rack/cors" gem "rack-utf8_sanitizer", "~> 1.6" -gem "git", "~> 1.5" +gem "git", "~> 1.11" gem "sprockets", "~> 3.7", ">= 3.7.2" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index f3c04ff..4a8cbaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM ffi (1.15.0) gender_detector (0.1.2) unicode_utils (>= 1.3.0) - git (1.8.1) + git (1.11.0) rchardet (~> 1.8) globalid (0.4.2) activesupport (>= 4.2.0) @@ -370,7 +370,7 @@ DEPENDENCIES dotenv equivalent-xml (~> 0.6.0) faraday (= 0.17.0) - git (~> 1.5) + git (~> 1.11) iso8601 (~> 0.9.0) jwt (~> 1.5, >= 1.5.4) listen (~> 3.0.5)