|
|
|
@ -117,3 +117,6 @@ gem "cssbundling-rails" |
|
|
|
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] |
|
|
|
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] |
|
|
|
|
|
|
|
|
|
|
|
gem "excon", "~> 0.111.0" |
|
|
|
gem "excon", "~> 0.111.0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# faraday is a transitive dependency, but we need to force the version to 2.14.1 to avoid a vulnerability. |
|
|
|
|
|
|
|
gem "faraday", ">= 2.14.1" |
|
|
|
|