1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

initial commit from appmail

هذا الالتزام موجود في:
Adam Cooke
2017-04-19 13:07:25 +01:00
الأصل a3eff53792
التزام 2fdba0ceb5
474 ملفات معدلة مع 51228 إضافات و0 حذوفات

44
Gemfile Normal file
عرض الملف

@@ -0,0 +1,44 @@
source 'https://rubygems.org'
gem 'rails', '= 5.0.2'
gem 'mysql2', '>= 0.3.18', '< 0.5'
gem 'puma', '~> 3.0'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
gem 'jquery-rails'
gem 'turbolinks', '~> 5'
gem 'haml'
gem 'nifty-utils'
gem 'nilify_blanks'
gem 'kaminari'
gem 'bcrypt'
gem 'foreman'
gem 'hashie'
gem 'authie', :git => "git@codebasehq.com:atechmedia/libs/authie"
gem 'dynamic_form'
gem 'changey'
gem 'mail'
gem 'autoprefixer-rails'
gem 'bunny', '~> 2.5.1'
gem 'secure_headers'
gem 'chronic'
gem 'basic_ssl'
gem 'clockwork'
gem 'encrypto_signo'
gem 'epoll', :require => nil
gem 'mongo'
gem 'sentry-raven'
gem 'gelf'
gem 'moonrope', :git => 'https://github.com/adamcooke/moonrope', :branch => 'master'
gem 'jwt'
gem 'createsend', '~> 4.0'
gem 'acme-client', :git => 'https://github.com/unixcharles/acme-client'
group :development, :test do
gem 'byebug'
end
group :development do
gem 'web-console'
gem 'annotate'
end