Skip to content

Commit 8e1fe1a

Browse files
committed
update Gemfile: logger, bigdecimal
1 parent 5581507 commit 8e1fe1a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ gem "jekyll-paginate"
1313
gem "jekyll-twitter-plugin"
1414
gem 'bundler', '~> 2.0'
1515
gem "csv"
16+
gem "logger"
17+
gem "bigdecimal"
1618

1719
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1820
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ GEM
2323
addressable (2.8.7)
2424
public_suffix (>= 2.0.2, < 7.0)
2525
base64 (0.2.0)
26+
bigdecimal (3.2.2)
2627
coffee-script (2.4.1)
2728
coffee-script-source
2829
execjs
@@ -228,6 +229,7 @@ GEM
228229
listen (3.9.0)
229230
rb-fsevent (~> 0.10, >= 0.10.3)
230231
rb-inotify (~> 0.9, >= 0.9.10)
232+
logger (1.7.0)
231233
mercenary (0.3.6)
232234
mini_portile2 (2.8.8)
233235
minima (2.5.1)
@@ -276,6 +278,7 @@ PLATFORMS
276278
ruby
277279

278280
DEPENDENCIES
281+
bigdecimal
279282
bundler (~> 2.0)
280283
csv
281284
github-pages
@@ -287,6 +290,7 @@ DEPENDENCIES
287290
jekyll-sitemap
288291
jekyll-target-blank
289292
jekyll-twitter-plugin
293+
logger
290294
minimal-mistakes-jekyll!
291295
tzinfo (~> 1.2)
292296
tzinfo-data

0 commit comments

Comments
 (0)