From 6ba609770aec8d3628d51e261a0a938bfb5c0424 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 5 Feb 2024 09:53:02 +0000 Subject: [PATCH 1/3] Upgrade rack --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 826cb23..a57b827 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gemspec -gem "rack", "~> 1.0" +gem "rack", "~> 2.0.9.1" From 250c3ecc69afe862a9ce44bac156c5a33f8d176e Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 5 Feb 2024 12:28:43 +0000 Subject: [PATCH 2/3] Update to an even newer version as recommended --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a57b827..02598aa 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gemspec -gem "rack", "~> 2.0.9.1" +gem "rack", "~> 2.1.4" From 4121cf3818473c9f7104adaeb7ecd4afe2cd6eb1 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 28 May 2024 14:31:01 +0100 Subject: [PATCH 3/3] Prepare 0.41.2 --- CHANGELOG.md | 5 +++++ lib/cronofy/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d6fd1..e6fefe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.41.2] + + * Bump Rack to version 2.1.4 [#113] + ## [0.41.1] * Loosen the version requirement on Hashie to allow 5.X [#114] @@ -289,4 +293,5 @@ [#104]: https://github.com/cronofy/cronofy-ruby/pull/104 [#108]: https://github.com/cronofy/cronofy-ruby/pull/108 [#111]: https://github.com/cronofy/cronofy-ruby/pull/111 +[#113]: https://github.com/cronofy/cronofy-ruby/pull/113 [#114]: https://github.com/cronofy/cronofy-ruby/pull/114 diff --git a/lib/cronofy/version.rb b/lib/cronofy/version.rb index 86b0aea..b82b6de 100644 --- a/lib/cronofy/version.rb +++ b/lib/cronofy/version.rb @@ -1,3 +1,3 @@ module Cronofy - VERSION = "0.41.1".freeze + VERSION = "0.41.2".freeze end