mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Verify master against Rails 6
This commit is contained in:
parent
9e2e76e4ff
commit
785ec70cbb
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'sidekiq', :path => '..'
|
||||
gem 'rails', '~> 5.2.0'
|
||||
gem 'rails', '6.0.0.rc2'
|
||||
gem 'puma'
|
||||
|
||||
platforms :ruby do
|
||||
|
|
|
@ -8,8 +8,9 @@ Bundler.require(*Rails.groups)
|
|||
|
||||
module Myapp
|
||||
class Application < Rails::Application
|
||||
# Initialize configuration defaults for originally generated Rails version.
|
||||
config.load_defaults 5.2
|
||||
# Load the defaults for whichever Rails version we are using, we need to
|
||||
# ensure we work with all defaults.
|
||||
config.load_defaults "#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"
|
||||
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
# Application configuration can go into files in config/initializers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue