We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1b8be commit 327b886Copy full SHA for 327b886
qwiklabs/deploy_a_ruby_on_rails_app_to_app_engine_flexible_environment/app_name/.ruby-version
@@ -1 +1 @@
1
-2.6.5
+2.6.8
qwiklabs/deploy_a_ruby_on_rails_app_to_app_engine_flexible_environment/app_name/Gemfile
@@ -1,14 +1,14 @@
source 'https://rubygems.org'
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
-ruby '2.6.5'
+ruby '2.6.8'
5
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
8
# Use sqlite3 as the database for Active Record
9
gem 'sqlite3', '~> 1.4'
10
# Use Puma as the app server
11
-gem 'puma', '~> 4.1'
+gem 'puma', '~> 5.6.7'
12
# Use SCSS for stylesheets
13
gem 'sass-rails', '>= 6'
14
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
0 commit comments