Skip to content

Commit

Permalink
Merge pull request #113 from cronofy/upgrade-rack
Browse files Browse the repository at this point in the history
Upgrade rack
  • Loading branch information
ColBeanz authored May 28, 2024
2 parents 9af8503 + 4121cf3 commit b75d79f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit b75d79f

Please sign in to comment.