Change ruby version to 2.6.9
Showing
... | @@ -2,7 +2,7 @@ source 'https://gems.ruby-china.com' | ... | @@ -2,7 +2,7 @@ source 'https://gems.ruby-china.com' |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.6.5' | ruby '2.6.9' | ||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '~> 6.0.0' | gem 'rails', '~> 6.0.0' | ||
... | @@ -77,4 +77,4 @@ gem 'httparty', '~> 0.13.7' | ... | @@ -77,4 +77,4 @@ gem 'httparty', '~> 0.13.7' |
gem 'redis-rails', '~> 5.0', '>= 5.0.2' | gem 'redis-rails', '~> 5.0', '>= 5.0.2' | ||
gem 'rails_param', '~> 0.10.2' | gem 'rails_param', '~> 0.10.2' | ||
gem 'sidekiq', '~> 4.1', '>= 4.1.2' | gem 'sidekiq', '~> 4.1', '>= 4.1.2' | ||
gem 'god', '~> 0.13.7' | gem 'god', '~> 0.13.7' | ||
\ No newline at end of file |
Please
register
or
sign in
to comment