We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4502d6f commit 4b9e818Copy full SHA for 4b9e818
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ach (0.5.16)
+ ach (0.6.0)
5
holidays (>= 3.1)
6
7
GEM
@@ -14,7 +14,7 @@ GEM
14
autotest (5.0.0)
15
minitest-autotest (~> 1.0)
16
diff-lcs (1.3)
17
- holidays (8.3.0)
+ holidays (8.4.1)
18
minitest (5.14.1)
19
minitest-autotest (1.1.1)
20
minitest-server (~> 1.0)
@@ -40,6 +40,7 @@ GEM
40
41
PLATFORMS
42
ruby
43
+ x86_64-darwin-20
44
45
DEPENDENCIES
46
ach!
@@ -49,4 +50,4 @@ DEPENDENCIES
49
50
rspec (~> 3.2)
51
52
BUNDLED WITH
- 2.1.4
53
+ 2.2.2
lib/ach/version.rb
@@ -1,3 +1,3 @@
module ACH
- VERSION = '0.5.16'.freeze
+ VERSION = '0.6.0'.freeze
end
0 commit comments