fixed conflict

This commit is contained in:
git_code2lab
2019-11-15 14:24:54 +06:30
55 changed files with 1479 additions and 1332 deletions

View File

@@ -1,6 +1,8 @@
source 'https://rubygems.org'
#ruby '2.4.1'
ruby '2.5.7'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
@@ -45,7 +47,8 @@ gem 'mini_magick'
gem 'jquery-fileupload-rails', '~> 0.4.7'
#Report and Printing gems
gem 'cups'
#gem 'cups' #remove for cloud installation
gem 'cups', '~>0.0.7'
gem 'prawn'
gem 'prawn-table'
gem 'prawn-qrcode'
@@ -115,6 +118,7 @@ group :development do
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rbenv', github: "capistrano/rbenv"
gem 'capistrano3-puma'
end
group :test do