Skip to content

Instantly share code, notes, and snippets.

@ken1flan
Created July 8, 2017 02:21
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 ken1flan/e61a2cd76898b8730d5c547665ce5e21 to your computer and use it in GitHub Desktop.
Save ken1flan/e61a2cd76898b8730d5c547665ce5e21 to your computer and use it in GitHub Desktop.
zagin_stamp_generatorのGemfile
source "https://rubygems.org"
gem 'rake'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'mini_magick'
gem 'dalli'
gem 'kittenizer'
gem 'haml'
gem 'dotenv'
group :development, :test do
gem 'racksh'
gem 'pry-byebug'
end
group :test do
gem 'rspec'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment