Skip to content

Commit f7a6f8a

Browse files
authored
Merge pull request #64 from CGAL/dependabot/bundler/base64-0.3.0
Bump base64 from 0.2.0 to 0.3.0
2 parents 8c297b4 + 93c0936 commit f7a6f8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ gem "logger", "~> 1.7"
1010

1111
gem "csv", "~> 3.3"
1212

13-
gem "base64", "~> 0.2.0"
13+
gem "base64", "~> 0.3.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
6+
base64 (0.3.0)
77
bigdecimal (3.1.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
@@ -83,7 +83,7 @@ PLATFORMS
8383
x86_64-linux
8484

8585
DEPENDENCIES
86-
base64 (~> 0.2.0)
86+
base64 (~> 0.3.0)
8787
csv (~> 3.3)
8888
jekyll (~> 4.4)
8989
logger (~> 1.7)

0 commit comments

Comments
 (0)