summaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 766cd53f4754ca31bf71bb70e9f0cb2a0c1f6088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gem "sinatra"
gem "mail"

group :development, :test do
  gem 'byebug'
  gem "rspec"
  gem "rack-test"
end