From 5a3184f6fe40f164828c010e4f33e36f0bc0d168 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 13 Apr 2020 17:46:07 -0700 Subject: [PATCH] Update stripe, acme-client gems --- Gemfile | 4 ++-- Gemfile.lock | 24 ++++++++++-------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 3f3a4433..23bd8867 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'sidekiq', '~> 4.2.10' gem 'mail' gem 'tilt' gem 'erubis' -gem 'stripe', '4.2.0' #, source: 'https://code.stripe.com/' +gem 'stripe', '~> 5.17.0' #, source: 'https://code.stripe.com/' gem 'terrapin' gem 'zipruby' gem 'sass', require: nil @@ -35,7 +35,7 @@ gem 'simpleidn' gem 'gandi' gem 'hoe', require: nil gem 'msgpack' -gem 'acme-client', '0.6.3' +gem 'acme-client', '~> 2.0.0' gem 'http' gem 'htmlentities' gem 'rinku' diff --git a/Gemfile.lock b/Gemfile.lock index bba4200b..18c3d019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,8 +13,8 @@ GIT GEM remote: https://rubygems.org/ specs: - acme-client (0.6.3) - faraday (~> 0.9, >= 0.9.1) + acme-client (2.0.6) + faraday (>= 0.17, < 2.0.0) activesupport (6.0.0) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) @@ -54,7 +54,7 @@ GEM tins (~> 1.6) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.5) + crass (1.0.6) dante (0.2.0) docile (1.3.2) domain_name (0.5.20190701) @@ -66,9 +66,9 @@ GEM facter (2.5.6) faker (2.4.0) i18n (~> 1.6.0) - faraday (0.15.4) + faraday (0.17.3) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) + faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) feedjira (2.1.4) faraday (>= 0.9) @@ -115,7 +115,7 @@ GEM io-extra (1.3.0) ipaddress (0.8.3) json (2.2.0) - loofah (2.3.1) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) m (1.5.1) @@ -150,14 +150,12 @@ GEM multi_json (1.13.1) multipart-post (2.1.1) mustermann (1.0.3) - net-http-persistent (3.1.0) - connection_pool (~> 2.2) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) netrc (0.11.0) nio4r (2.5.2) - nokogiri (1.10.8) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) nokogumbo (2.0.1) nokogiri (~> 1.8, >= 1.8.4) @@ -246,9 +244,7 @@ GEM sinatra-xsendfile (0.4.2) sinatra (>= 0.9.1) storable (0.8.9) - stripe (4.2.0) - faraday (~> 0.13) - net-http-persistent (~> 3.0) + stripe (5.17.0) stripe-ruby-mock (2.5.8) dante (>= 0.2.0) multi_json (~> 1.0) @@ -290,7 +286,7 @@ PLATFORMS ruby DEPENDENCIES - acme-client (= 0.6.3) + acme-client (~> 2.0.0) activesupport addressable apparition @@ -352,7 +348,7 @@ DEPENDENCIES sinatra (= 2.0.5) sinatra-flash sinatra-xsendfile - stripe (= 4.2.0) + stripe (~> 5.17.0) stripe-ruby-mock (= 2.5.8) terrapin thread