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 f3b0136 commit 156445aCopy full SHA for 156445a
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ofx (0.5.1)
+ ofx (0.5.2)
5
bigdecimal (= 3.1.8)
6
nkf (= 0.2.0)
7
nokogiri (>= 1.14.5)
@@ -34,11 +34,11 @@ GEM
34
rb-inotify (~> 0.9, >= 0.9.10)
35
lumberjack (1.2.10)
36
method_source (1.1.0)
37
- mini_portile2 (2.8.7)
+ mini_portile2 (2.8.9)
38
nenv (0.3.0)
39
nkf (0.2.0)
40
- nokogiri (1.14.5)
41
- mini_portile2 (~> 2.8.0)
+ nokogiri (1.15.7)
+ mini_portile2 (~> 2.8.2)
42
racc (~> 1.4)
43
notiffany (0.1.3)
44
nenv (~> 0.1)
lib/ofx/version.rb
@@ -1,3 +1,3 @@
module OFX
- VERSION = '0.5.1'.freeze
+ VERSION = '0.5.2'.freeze
end
0 commit comments