Skip to content

Commit 891c0f2

Browse files
committed
upgrading gemfile
1 parent 47a6b29 commit 891c0f2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ gem 'jekyll-scholar'
1919
gem 'liquid-tag-parser'
2020
gem 'bulma-clean-theme'
2121
# gem 'jekyll-archives'
22-
gem 'bibtex-ruby' '6.1.0'
23-
22+
gem 'bibtex-ruby', '~> 6.1'
2423
gem 'jgd'

Gemfile.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ GEM
55
public_suffix (>= 2.0.2, < 6.0)
66
autoprefixer-rails (10.4.13.0)
77
execjs (~> 2)
8-
bibtex-ruby (6.0.0)
8+
bibtex-ruby (6.2.0)
99
latex-decode (~> 0.0)
10+
logger (~> 1.7)
11+
racc (~> 1.7)
1012
bulma-clean-theme (0.13.3)
1113
jekyll (>= 3.9, < 5.0)
1214
jekyll-feed (~> 0.15)
@@ -91,12 +93,14 @@ GEM
9193
listen (3.8.0)
9294
rb-fsevent (~> 0.10, >= 0.10.3)
9395
rb-inotify (~> 0.9, >= 0.9.10)
96+
logger (1.7.0)
9497
mercenary (0.4.0)
9598
mini_magick (4.12.0)
9699
namae (1.1.1)
97100
pathutil (0.16.2)
98101
forwardable-extended (~> 2.6)
99102
public_suffix (5.0.3)
103+
racc (1.8.1)
100104
rb-fsevent (0.11.2)
101105
rb-inotify (0.10.1)
102106
ffi (~> 1.0)
@@ -126,6 +130,7 @@ PLATFORMS
126130

127131
DEPENDENCIES
128132
autoprefixer-rails
133+
bibtex-ruby (~> 6.1)
129134
bulma-clean-theme
130135
coffee-script
131136
jekyll (>= 4.2)

0 commit comments

Comments
 (0)