We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af63e3e commit e952ddcCopy full SHA for e952ddc
spec/rails/Gemfile
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
gem "rails", "~> 6.0.0"
6
# Use Puma as the app server
7
-gem "puma", "~> 3.11"
+gem "puma", ">= 4.3.8"
8
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
9
# gem 'jbuilder', '~> 2.7'
10
# Use Active Model has_secure_password
0 commit comments