Skip to content

Commit

Permalink
Fix CSL styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jan 2, 2022
1 parent bcd3054 commit 7ec637c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ruby '3.0.2'
ruby '~>3.0.2'
source 'https://rubygems.org'

gem 'rake'
gem 'rspec'
gem 'nokogiri'
gem 'csl', '~>2.0'
gem 'fuubar'
gem 'csl-styles', git: 'https://github.com/adam3smith/csl-styles.git'
gem 'sheldon', git: 'https://github.com/citation-style-language/Sheldon.git'
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
GIT
remote: https://github.com/adam3smith/csl-styles.git
revision: 710db9105c367b11877290c9d0638ee53186d2f5
specs:
csl-styles (1.0.1.11)
csl (>= 1.0)

GIT
remote: https://github.com/citation-style-language/Sheldon.git
revision: 95838163331bf81cbfa4c5ffda2c82121247e757
revision: c88a062e987c67dee4841b5f09ca70e3c0c974d9
specs:
sheldon (1.0.30)
citeproc-ruby (~> 2.0)
csl-styles
diffy
dotenv
erubis (~> 2.7)
Expand Down Expand Up @@ -102,6 +110,7 @@ PLATFORMS

DEPENDENCIES
csl (~> 2.0)
csl-styles!
fuubar
nokogiri
rake
Expand Down

0 comments on commit 7ec637c

Please sign in to comment.