Skip to content

Instantly share code, notes, and snippets.

@sebastjan-hribar
Created March 13, 2016 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastjan-hribar/8acf66285c0301368b23 to your computer and use it in GitHub Desktop.
Save sebastjan-hribar/8acf66285c0301368b23 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'bundler'
gem 'rake'
gem 'hanami', '0.7.0'
gem 'hanami-model', '~> 0.5'
gem 'thin'
gem 'sqlite3'
gem 'launchy'
gem 'bcrypt'
group :test do
gem 'minitest'
gem 'capybara'
end
group :production do
# gem 'puma'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment