Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade rack #113

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec

gem "rack", "~> 1.0"
gem "rack", "~> 2.1.4"
2 changes: 1 addition & 1 deletion lib/cronofy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cronofy
VERSION = "0.41.1".freeze
VERSION = "0.41.2".freeze
end
Loading