We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70633f2 commit 8418bdfCopy full SHA for 8418bdf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 4.2.0
4
+
5
+### Bug fixes
6
7
+* Remove use of method `File.exists?` to fix use in Ruby 3.0 ([#318](https://github.com/rubyconfig/config/pull/318))
8
9
## 4.1.0
10
11
### Bug fixes
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '4.1.0'.freeze
+ VERSION = '4.2.0'.freeze
end
0 commit comments