mailcatcher/Gemfile

11 lines
201 B
Ruby
Raw Normal View History

2015-01-16 23:03:12 -05:00
source "https://rubygems.org"
gemspec
2015-01-29 05:44:17 -05:00
gem 'mime-types', '~> 2.99' if RUBY_VERSION < '2.0'
2015-01-29 05:44:17 -05:00
# gem "eventmachine", path: "#{ENV["HOME"]}/Projects/eventmachine"
#group :development do
# gem "pry"
#end