Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2019-03-20 13:59:52 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2019-03-25 09:43:27 +0300
commit2233a820949d3bb90b92846ecab678549f566a30 (patch)
tree1f2aaaa62fa05004c98f8819b59c1e60258ce5a5
parent58a4faf1b6489e22345e90caa1d594c63f5eeea3 (diff)
Add acme-client gem
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d44a99b2913..91f9233e35a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,6 +58,8 @@ gem 'u2f', '~> 0.2.1'
# GitLab Pages
gem 'validates_hostname', '~> 1.0.6'
gem 'rubyzip', '~> 1.2.2', require: 'zip'
+# GitLab Pages letsencrypt support
+gem 'acme-client'
# Browser detection
gem 'browser', '~> 2.5'
diff --git a/Gemfile.lock b/Gemfile.lock
index 66e12efa4b3..ed1e32680e6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,6 +4,8 @@ GEM
RedCloth (4.3.2)
abstract_type (0.0.7)
ace-rails-ap (4.1.2)
+ acme-client (2.0.2)
+ faraday (~> 0.9, >= 0.9.1)
actioncable (5.0.7.1)
actionpack (= 5.0.7.1)
nio4r (>= 1.2, < 3.0)
@@ -947,6 +949,7 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
ace-rails-ap (~> 4.1.0)
+ acme-client
activerecord_sane_schema_dumper (= 1.0)
acts-as-taggable-on (~> 6.0)
addressable (~> 2.5.2)