1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/onice-JanKenPon

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Gemfile 1.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
onice Отправлено 30.11.2017 10:20 23b7fdd
# source 'https://rubygems.org'
source 'https://gems.ruby-china.org/'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.2'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
gem 'authlogic'
gem 'active_model_serializers'
gem 'will_paginate'
gem 'api-pagination'
gem 'whenever'
gem 'redis'
gem 'redis-rails'
gem 'rack-cors', :require => 'rack/cors'
gem 'rails-i18n', '~> 5.0.0'
gem 'newrelic_rpm'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'better_errors', '1.1.0'
gem 'rails_best_practices'
gem 'awesome_print', require: 'ap'
end
group :development do
gem 'pry'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'rspec-rails', '~> 3.7.1'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
group :test do
gem 'factory_girl_rails', '~> 4.9'
gem 'shoulda-matchers', '~> 3.1'
gem 'faker'
gem 'database_cleaner'
end

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/onice-JanKenPon.git
git@api.gitlife.ru:oschina-mirror/onice-JanKenPon.git
oschina-mirror
onice-JanKenPon
onice-JanKenPon
master