10 lines
191 B
Ruby
10 lines
191 B
Ruby
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'
|