10 lines
191 B
Ruby
10 lines
191 B
Ruby
ruby '2.6.3'
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'rspec'
|
|
gem 'fuubar'
|
|
gem 'nokogiri'
|
|
gem 'csl', '~>1.1'
|
|
gem 'sheldon', git: 'https://github.com/citation-style-language/Sheldon.git'
|