2 Star 1 Fork 0

成都PHP开源群 / JanKenPon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gemfile 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
onice 提交于 2017-11-30 15:20 . add newrelic
# 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
Ruby
1
https://gitee.com/onice/JanKenPon.git
git@gitee.com:onice/JanKenPon.git
onice
JanKenPon
JanKenPon
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891