summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 7467fe90ff60ee11d3f73be6aaea062a79c354b8 (plain)
1
2
3
4
5
6
7
8
9
ruby '3.0.2'
source 'https://rubygems.org'

gem 'rake'
gem 'rspec'
gem 'nokogiri'
gem 'csl', '~>2.0'
gem 'fuubar'
gem 'sheldon', git: 'https://github.com/citation-style-language/Sheldon.git'