11 lines
176 B
Ruby
11 lines
176 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gemspec
|
|
|
|
gem "debug"
|
|
gem "mocha"
|
|
gem "railties"
|
|
gem "ed25519"
|
|
gem "bcrypt_pbkdf"
|