diff --git a/Gemfile b/Gemfile index 36dbc20..4d53602 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "pry", "~> 0.12.2" gem 'ffi', "~> 1.15.5", git: "https://github.com/ffi/ffi", submodules: true -gem "git", "~> 1.11" +gem "git", "~> 1.13" gem "nokogiri", "~> 1.13.10" gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler" gem "therubyracer" diff --git a/Gemfile.lock b/Gemfile.lock index 7ff06eb..80a3808 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,8 @@ GEM path_expander (~> 1.0) ruby_parser (~> 3.1, > 3.1.0) sexp_processor (~> 4.8) - git (1.11.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) hashery (2.1.2) html-proofer (3.15.2) @@ -222,7 +223,7 @@ DEPENDENCIES coderay (~> 1.1) concurrent-ruby (~> 1.1) ffi (~> 1.15.5)! - git (~> 1.11) + git (~> 1.13) html-proofer (~> 3.15) inch (~> 0.8.0) json (~> 2.3)