File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.41.2]
2
+
3
+ * Bump Rack to version 2.1.4 [ #113 ]
4
+
1
5
## [ 0.41.1]
2
6
3
7
* Loosen the version requirement on Hashie to allow 5.X [ #114 ]
289
293
[ #104 ] : https://github.com/cronofy/cronofy-ruby/pull/104
290
294
[ #108 ] : https://github.com/cronofy/cronofy-ruby/pull/108
291
295
[ #111 ] : https://github.com/cronofy/cronofy-ruby/pull/111
296
+ [ #113 ] : https://github.com/cronofy/cronofy-ruby/pull/113
292
297
[ #114 ] : https://github.com/cronofy/cronofy-ruby/pull/114
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
3
3
gemspec
4
4
5
- gem "rack" , "~> 1.0 "
5
+ gem "rack" , "~> 2.1.4 "
Original file line number Diff line number Diff line change 1
1
module Cronofy
2
- VERSION = "0.41.1 " . freeze
2
+ VERSION = "0.41.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments