Skip to content

Commit b75d79f

Browse files
authored
Merge pull request #113 from cronofy/upgrade-rack
Upgrade rack
2 parents 9af8503 + 4121cf3 commit b75d79f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.41.2]
2+
3+
* Bump Rack to version 2.1.4 [#113]
4+
15
## [0.41.1]
26

37
* Loosen the version requirement on Hashie to allow 5.X [#114]
@@ -289,4 +293,5 @@
289293
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
290294
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
291295
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
296+
[#113]: https://github.com/cronofy/cronofy-ruby/pull/113
292297
[#114]: https://github.com/cronofy/cronofy-ruby/pull/114

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gemspec
44

5-
gem "rack", "~> 1.0"
5+
gem "rack", "~> 2.1.4"

lib/cronofy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cronofy
2-
VERSION = "0.41.1".freeze
2+
VERSION = "0.41.2".freeze
33
end

0 commit comments

Comments
 (0)