0
0
zero-blog/Gemfile
Gibheer dac1a7ec28 replace do_postgres with pg for better timestamps
do_postgres is using DateTime to fetch timestamps which results in
loosing the milliseconds. But we need the exact timestamp to fetch the
previous and next posts.
2014-01-02 21:36:10 +01:00

11 lines
192 B
Ruby

source 'https://rubygems.org'
gem 'sequel'
gem 'pg'
gem 'zero', :git => 'https://github.com/libzero/zero.git'
gem 'slim'
gem 'sass'
gem 'kramdown'
gem 'puma'
gem 'rubysl', :platforms => :rbx