diff --git a/Gemfile b/Gemfile index f2553b9..3a711a2 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 7' gem 'puma', '~> 6' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false -gem 'chargebee', '2.18.0' +gem 'chargebee', '2.32.0' gem 'imazen_licensing', path: './gem' gem 'httparty' gem 'rest-client','>= 2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 1af181a..4427d7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,8 +92,8 @@ GEM msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) - cgi (0.3.6) - chargebee (2.18.0) + cgi (0.4.0) + chargebee (2.32.0) cgi (>= 0.1.0, < 1.0.0) json_pure (~> 2.1) rest-client (>= 1.8, <= 2.0.2) @@ -105,8 +105,7 @@ GEM crass (1.0.6) date (3.3.4) diff-lcs (1.5.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20231109) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) @@ -145,7 +144,7 @@ GEM irb (1.9.1) rdoc reline (>= 0.3.8) - json_pure (2.6.2) + json_pure (2.6.3) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -156,9 +155,9 @@ GEM net-smtp marcel (1.0.2) method_source (1.0.0) - mime-types (3.4.1) + mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) + mime-types-data (3.2023.1003) mini_mime (1.1.5) minitest (5.20.0) msgpack (1.6.0) @@ -259,9 +258,6 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) vcr (6.1.0) webmock (3.18.1) addressable (>= 2.8.0) @@ -279,7 +275,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.1.0) byebug - chargebee (= 2.18.0) + chargebee (= 2.32.0) dotenv-rails httparty imazen_licensing!