We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c297b4 + 93c0936 commit f7a6f8aCopy full SHA for f7a6f8a
Gemfile
@@ -10,4 +10,4 @@ gem "logger", "~> 1.7"
10
11
gem "csv", "~> 3.3"
12
13
-gem "base64", "~> 0.2.0"
+gem "base64", "~> 0.3.0"
Gemfile.lock
@@ -3,7 +3,7 @@ GEM
3
specs:
4
addressable (2.8.7)
5
public_suffix (>= 2.0.2, < 7.0)
6
- base64 (0.2.0)
+ base64 (0.3.0)
7
bigdecimal (3.1.9)
8
colorator (1.1.0)
9
concurrent-ruby (1.3.5)
@@ -83,7 +83,7 @@ PLATFORMS
83
x86_64-linux
84
85
DEPENDENCIES
86
- base64 (~> 0.2.0)
+ base64 (~> 0.3.0)
87
csv (~> 3.3)
88
jekyll (~> 4.4)
89
logger (~> 1.7)
0 commit comments