Skip to content

Commit

Permalink
add ruby 2.7 and set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Dec 25, 2019
1 parent 9adfebe commit c1d23c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Expand Up @@ -19,10 +19,10 @@ class Application < Rails::Application
# the framework and any gems in your application.

# default ruby version documentation
config.default_ruby_version = '2.6'
config.default_ruby_version = '2.7'

config.ruby_versions = %w[
2.6 2.5 2.4 2.3 master
2.7 2.6 2.5 2.4 2.3 master
]
end
end

0 comments on commit c1d23c5

Please sign in to comment.