Gemfile 回退
This commit is contained in:
parent
a4f2243a7a
commit
be4726c6a6
6
Gemfile
6
Gemfile
|
@ -1,6 +1,6 @@
|
|||
#source 'https://gems.ruby-china.com'
|
||||
# source 'https://mirrors.cloud.tencent.com/rubygems/'
|
||||
source 'https://rubygems.org'
|
||||
source 'https://mirrors.cloud.tencent.com/rubygems/'
|
||||
#source 'https://rubygems.org'
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem 'rails', '~> 5.2.0'
|
||||
|
@ -102,7 +102,7 @@ gem 'rails-i18n', '~> 5.1'
|
|||
|
||||
# job
|
||||
gem 'sidekiq',"5.2.8"
|
||||
# gem 'sinatra'
|
||||
gem 'sinatra'
|
||||
gem "sidekiq-cron", "1.2.0"
|
||||
gem 'sidekiq-failures'
|
||||
|
||||
|
|
Loading…
Reference in New Issue